DEV Community

Discussion on: Route-Fully-Rendered Detection in Angular

Collapse
 
frosty profile image
Aaron Frost

No. Actions in the DOM are synchronous and would happen in the same even cycle. Any promises or setTimeouts that would something on the next event cycle would cause the zone to destabilize.