@FEDLearning
In previous version of Angular we need zone js library for change detection What is change detection Change detection is the process through which Angular checks whether your application state has changed and if any DOM needs to be updated So Angular team made the Angular application zoneless by removing zone js library And instead of that Angular18 has introduced the first experimental API for zoneless Angular From now developers can experiment with the new zoneless support in Angular simply by adding Provide experimental zoneless change detection in the application inside providers array and we need to remove zone js from angular json file This feature removes the need of zone js library and reduces the bundle size of Angular application third feature is route redirects as a function