Whats new on Angular 18?
Angular 18 introduces a range of new features and enhancements aimed at improving performance, developer experience, and scalability. Here are some of the key updates:
-
Experimental support for zoneless change detection: Angular has been working towards a way of using Angular that doesn’t rely on zone.js, and they've released the first experimental APIs for zoneless. This opens many doors for developers, including improving composability for micro-frontends and interoperability with other frameworks, faster initial render and runtime, smaller bundle size and faster page loads, more readable stack traces, and simpler debugging.
-
Angular.dev: This is now the new home for Angular developers.
-
Material 3, deferrable views, built-in control flow: These are now stable and incorporate a series of improvements.
-
Server-side rendering improvements: These include i18n hydration support, better debugging, hydration support in Angular Material, and event replay powered by the same library as Google Search.
-
TypeScript 5.4 support.
-
Defer views (lazy loading of dependencies): This has moved from developer preview to stable stage.
-
Route redirects with functions: This provides more flexibility and opens up new possibilities in routing management.
-
Improved Server-Side Rendering (SSR), differential loading, the Ivy rendering engine, the Forms module, and the Angular CLI.
For more details, you can check out the sources listed below.