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
Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module app.core due to:
Error: [$injector:unpr] Unknown provider: routehelperConfigProvider
Where is this provider defined?
The text was updated successfully, but these errors were encountered:
I think I encountered this same error at one point, when using the modular ng-demo.
I think the gulp serve-dev is meant to inject the dependencies based on annotation.
But then I went and used the angular ui-router (as recommended by @johnpapa himself in his style guide) so I never really solved the issue with the router in the modular demo, sorry
Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module app.core due to:
Error: [$injector:unpr] Unknown provider: routehelperConfigProvider
Where is this provider defined?
The text was updated successfully, but these errors were encountered: