angular icon indicating copy to clipboard operation
angular copied to clipboard

fix(upgrade): Make zoneless work with hybrid apps

Open atscott opened this issue 7 months ago • 1 comments

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

atscott avatar May 23 '25 18:05 atscott

Thanks @atscott for the fix hopefully this gets approved fast :)

Santosh-onshape avatar May 27 '25 13:05 Santosh-onshape

@alxhub looks like review is ready, sorry tagging here to get attention.

Santosh-onshape avatar Jun 16 '25 15:06 Santosh-onshape

caretaker note: Please review this PR and merge

atscott avatar Jun 18 '25 22:06 atscott

This PR was merged into the repository by commit 900cd37f68c0beca0f19ccba2e3ccd4c34bdab91.

The changes were merged into the following branches: main, 20.0.x

crisbeto avatar Jun 19 '25 12:06 crisbeto

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.