Angular 17 - What's new?
Not just a rebranding!
Angular 17 has landed with a rebranding, and an a new documentation home which now also offers an interactive learning experience, but what else is new?
There are a plethora of improvements such as:
- hydration graduated from developer preview
- standalone APIs is now the default
- new @angular/ssr package
- improved SSR functionality
- the Signals API is mostly out of developer preview (effect() remains in it)
- new
afterRender
andafterNextRender
lifecycle hooks - Vite & esbuild are now the default for new projects
- experimental view transition support
- automatic preconnect in the image directive
- defer loading of the animations module
- style and styleUrls as strings
- …