mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| angular1_providers.ts | ||
| downgrade_module.ts | ||
| upgrade_component.ts | ||
| upgrade_module.ts | ||
| util.ts | ||