Skip to content

Commit 41f4b55

Browse files
Merge pull request #1 from angular/master
fix(@angular/cli): updates module.id subsequent variable typing (angular#5500)
2 parents dbaa04f + 7087195 commit 41f4b55

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)