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
`onMicrotaskEmpty` will not emit when an application is using
`NoopNgZone`. There wasn't a test around this bit of code when it was
added so I can't completely sure this doesn't break anything. It's
unclear to me whether it's meant to wait for rendering or just meant to
be async. It's possible that simply making the code execute in the
microtask queue will have the same overall effect as before.
(cherry picked from commit 96c1b85)
0 commit comments