Skip to content

Commit

Permalink
fix(@angular/cli): updates module.id subsequent variable typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dave11mj committed Mar 18, 2017
1 parent dbaa04f commit c13f812
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* SystemJS module definition */
declare var module: {
declare var module: any;
interface Module {
id: string;
};
}

0 comments on commit c13f812

Please sign in to comment.