Skip to content

Commit 7087195

Browse files
dave11mjfilipesilva
authored andcommitted
fix(@angular/cli): updates module.id subsequent variable typing (#5500)
1 parent dbaa04f commit 7087195

File tree

1 file changed

+3
-2
lines changed
  • packages/@angular/cli/blueprints/ng/files/__path__

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* SystemJS module definition */
2-
declare var module: {
2+
declare var module: NodeModule;
3+
interface NodeModule {
34
id: string;
4-
};
5+
}

0 commit comments

Comments
 (0)