-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MergeInjector breaks normal Angular DI priority #977
Comments
https://angular.io/guide/hierarchical-dependency-injection#resolution-rules |
PR to fix this issue: #978. |
When is this an issue? |
I haven't tested the PR yet, but I know at case where MergeInjector causes a problem. In an angular 18 app (dev-mode), lazy-loaded states are not compatible with angular devtools (chrome extension). They crash with the following error:
As a result, the angular devtools don't load. The app is working fine though. The states are loading as they should. |
angular/src/directives/uiView.ts
Line 326 in 34c0efc
The text was updated successfully, but these errors were encountered: