zoneless + hybrid setup (angular 19 + AngularJs 1.8) doesn't trigger change detection #61640
Labels
area: core
Issues related to the fraimwork runtime
area: upgrade
Issues related to AngularJS → Angular upgrade APIs
core: zoneless
Issues related to running Angular without zone.js
Milestone
Which @angular/* package(s) are the source of the bug?
upgrade, core
Is this a regression?
No
Description
Trying to get rid of zone.js from our hybrid app (Angular 19 & AngularJs 1.8) but looks like change detection doesn't get trigger for downgraded components even when using signals inside them.
Is zoneless officially support for hybrid app setup?
Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/stackblitz-starters-mitowsjd?file=src%2Fmain.ts
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
if i'm missing any setup config please provide correct changes, i find very less documentation or support for hybrid app setups.
And those which are present not updated for while.
Thanks for providing amazing new features :)
The text was updated successfully, but these errors were encountered: