You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is intended or not, but i cannot use angular-hybrid router without installing @angular/router as a dependancy. This results in a pretty large footprint of the router. (ui-router core + ui-router angular + ui-router angularjs + @angular/router). Here is a visualization:
And if I remove @angular/router from dependancy list, i get the following error on build(AOT):
ERROR in @uirouter\angular\lib\uiRouterNgModule.ts(67,16): Error during template compile of 'makeChildProviders'
Could not resolve @angular/router relative to D:/Solomoto/impl/solo/SolomotoWebRole/node_modules/@uirouter/angular/lib/uiRouterNgModule.d.ts..
The text was updated successfully, but these errors were encountered:
Thanks, so that means it's angular devs to blame for that. And there is no progress on that issue whatsoever for already 1.5 years, so I guess we are just supposed to live with that extra 20kb of useless code for our clients.
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
This does not mean that the issue is invalid. Valid issues
may be reopened.
Thank you for your contributions.
I'm not sure if this is intended or not, but i cannot use angular-hybrid router without installing @angular/router as a dependancy. This results in a pretty large footprint of the router. (ui-router core + ui-router angular + ui-router angularjs + @angular/router). Here is a visualization:

And if I remove @angular/router from dependancy list, i get the following error on build(AOT):
The text was updated successfully, but these errors were encountered: