We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaa04f commit 6002f11Copy full SHA for 6002f11
1 file changed
packages/@angular/cli/blueprints/ng/files/__path__/typings.d.ts
@@ -1,4 +1,5 @@
1
/* SystemJS module definition */
2
-declare var module: {
+declare var module: NodeModule;
3
+interface Module {
4
id: string;
-};
5
+}
0 commit comments