From the course: Angular: Testing and Debugging
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Angular without ZoneJS (Zoneless) - Angular Tutorial
From the course: Angular: Testing and Debugging
Angular without ZoneJS (Zoneless)
- [Trainer] 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.