Version 18.0.0 is here and it has some great updates for Angular developers everywhere. ๐ŸŽ‰
  • ๐Ÿ‘‰ Experimental support for zoneless change detection
  • ๐Ÿ‘‰ Angular.dev is now the new home for Angular developers
  • ๐Ÿ‘‰ Material 3, deferrable views, built-in control flow are now stable
  • ๐Ÿ‘‰ Server-side rendering improvements such as i18n hydration support
  • ๐Ÿ‘‰ More Additional features
Popular state management libraries such as ngrx, ngxs, and rxAngular are already adopting Angular signals and enabling fine-grained reactivity in components. You can simply udate to 18:
ng update @angular/cli @angular/core
You can also visit update.angular.io for detailed information and guidance. angular.dev has became the official documentation website for Angular and new home for Angular developers.