Back to Developer Roadmap

Zones

src/data/roadmaps/angular/content/zones@m4WBnx_9h01Jl6Q1sxi4Y.md

4.0676 B
Original Source

Zones

Zone.js is a signaling mechanism that Angular uses to detect when an application state might have changed. It captures asynchronous operations like setTimeout, network requests, and event listeners. Angular schedules change detection based on signals from Zone.js.

Visit the following resources to learn more: