Angular v18 highlights
โThe Angular v18 has been released ๐๐๐.
Check out the official announcement for in-depth updates.
Some highlights of this new version are here:
โ Control flow syntax is now stable, and useful warnings are included when the track option is not used correctly.
โ Defer block is also stable for lazy-loading Angular templates any way we want.
โ Zoneless change detection to unlock the full benefits of signal-based components.
โ Fallback content for content projection with ng-content. Here is how to use it to make the default content โHiโ in this example if the select query doesnโt return anything:
<ng-content select=".greeting">Default</ng-content>
โ New events Observable available on form controls, which returns any event going on in that control, including the different form state properties (valid, pristine, etc.)
โ etc
I hope you found it helpful. Thanks for reading. ๐
Letโs get connected! You can find me on:
Hashnode: https://nhannguyen.hashnode.dev/
X (formerly Twitter): https://twitter.com/nhannguyendevjs/
Buy Me a Coffee: https://www.buymeacoffee.com/nhannguyendevjs