Explore the New Zoneless Change Detection in Angular 18
Angular 18 introduces an experimental zoneless change detection mechanism that calls tick() without Zone.js. The article explains dirty marking, shows how to enable it, and lists cases that still need manual triggering.