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 Endless Loop in Readonly FormField (#223)
https://angular.dev/api/core/AfterViewChecked
A callback method that is invoked immediately after the default change detector has completed one change-check cycle for a component's view.
Calling dedectChanges from within AfterViewChecked leads to a new callback on AfterViewChecked and thus the application gets stuck in a loop
(cherry picked from commit a2d1381be755371f77fe7344e712f465502f4413)