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): perform full reload for templates with $localize usage
Component template updates that contain `$localize` usage currently may
result in incorrect updates at runtime. To avoid this problem, any template
update module that contains `$localize` will now perform a full rebuild.
Support for component updates of these templates will be added in a future
release.
(cherry picked from commit bfaa4d2)
0 commit comments