-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(angular): A hack to force the Angular compiler to import from mod…
…ule index Closes ui-router/angular#216
- Loading branch information
1 parent
7b1c8bc
commit d56a2be
Showing
3 changed files
with
9 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"comment": "This forces angular compiler to import from @uirouter/core, instead of deep imports into @uirouter/core/lib", | ||
"importAs" : "@uirouter/core", | ||
"__symbolic" : "module", | ||
"version" : 3, | ||
"metadata": {}, | ||
"exports": [] | ||
} |
This file was deleted.
Oops, something went wrong.