mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
900cd37f68
Hybrid applications trigger a digest when `onMicrotaskEmpty` emits so that the AngularJS app can run its lifecycle when the Angular app does. For ZoneJS applications, this is effectively after every render/app tick. This change updates the code to use `afterEveryRender` instead. fixes #61640 PR Close #61660