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(elements): run strategy methods in correct zone
Default change detection fails in some cases for @angular/elements where component events are called from the wrong zone.
This fixes the issue by running all ComponentNgElementStrategy methods in the same zone it was created in.
Fixesangular#24181
0 commit comments