Back to Developer Roadmap

Zoneless Applications

src/data/roadmaps/angular/content/[email protected]

4.01.1 KB
Original Source

Zoneless Applications

Angular 18 introduced an experimental feature called zoneless change detection. This technology removes the need for Zone.js, a library that was previously used for change detection in Angular from the beginning. By eliminating Zone.js, Angular applications can have faster initial renders, smaller bundle sizes, and simpler debugging.

Visit the following resources to learn more: