From the course: Angular Essential Training

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Angular without ZoneJS (Zoneless)

Angular without ZoneJS (Zoneless) - Angular Tutorial

From the course: Angular Essential Training

Angular without ZoneJS (Zoneless)

- [Narrator] Starting in Angular version 18, you can opt in for a new zoneless architecture. This is a huge change because Angular's been using ZoneJS since version 2.0. The introduction of zoneless Angular means fewer change detection cycles, smaller app bundle sizes, faster startup times, better debugging, and better compatibility with third-party APIs. The biggest risk is that as of this recording, zoneless Angular is an experimental feature. The API is incomplete, unstable, and could change at any time. It also requires changes to your project dependencies and may require refactoring of code and unit tests to make them compatible with the new API. Check out Angular's official documentation for more info.

Contents