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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Current behavior:
Providers declared on the module must be declared in a sequence that fits their (non-cyclical) dependency graph.
Expected / new behavior:
Provider declaration order should not matter, as the declaration order for post-config entities (service, factory, etc) does not matter.
Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Anything else:
I tried to find out whether or not this behavior is as intended by checking documentation, but couldn't find an answer.