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
fix(@angular/build): warn when @angular/localize/init is imported directly
Importing `@angular/localize/init` directly can cause unpredictable behavior, as highlighted in multiple reports:
- angular/angular#59422
- angular/angular#48545
- angular/angular#59405
This update introduces a warning to alert developers of the potential risks associated with direct imports.
(cherry picked from commit bfe9ee3)
0 commit comments