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
When upgrading to version 4 of angular-hybrid the changelog says to change UIRouterModule with UIRouterUpgradeModule. However my lazy loading Angular 5 routes were throwing the error Trying to get the AngularJS injector before it being set. I had to reset my lazy loaded Angular 5 routes to using UIRouterModule.forChild().
This may want to be explained in the documentation