Historically, a library called zone.js has been responsible for triggering Angular's change detection. We've been working towards a way of using Angular that doesn't rely on zone.js. Excited to share the first experimental APIs for zoneless change detection, addressing performance downsides.
Improvements in micro-frontends composability, interoperability with other frameworks, faster initial render/runtime, smaller bundle size, faster page loads, more readable stack traces, and simpler debugging.
Angular's new milestone brings stable features like Material 3, deferrable views, built-in control flow, and server-side rendering enhancements. Angular.dev is now the central hub for Angular developers.
Developers can start using zoneless support in Angular today by adding and configuring provideExperimentalZonelessChangeDetection in the application bootstrap, while removing zone.js from polyfills in angular.json.
Collection
[
|
...
]