angular-ui / ui-router

The de-facto solution to flexible routing with nested views in AngularJS
http://ui-router.github.io/
MIT License
13.56k stars 3.01k forks source link

fix: drop ng_from_import to avoid webpack warning #3821

Closed zackschuster closed 3 years ago

zackschuster commented 3 years ago

due to #3721 webpack warns that export 'module' from ng_from_import cannot be found. this PR removes the import statement, which removes the warning.

zackschuster commented 3 years ago

this is no longer an issue for me & i have successfully updated my code from 1.0.19 to 1.0.28 😄