Top
image credit: Freepik

Angular 18 Introduces Zoneless Change Detection

July 1, 2024

Via: InfoQ

Angular recently announced the release of Angular 18, introducing zoneless change detection, a new developer hub, stable versions of several features, server-side rendering improvements, and more. This release focuses on stabilizing new APIs, addressing common developer requests, and enhancing the overall developer experience.

Angular 18 introduces experimental support for zoneless change detection, eliminating the need for zone.js. This approach aims to improve performance by reducing the number of change detection cycles and offering more readable stack traces. Developers can try the experimental zoneless support by adding the provider to their application bootstrap:

Read More on InfoQ