The new Angular template syntax
Shorter & Sweeter
Compared to other SPA frameworks, Angular really made it quite cumbersome to do simple things like an if/else to show/hide certain UI parts.
The new syntax is so much more succint, it gets rid of excess
html tags, is easier to remember and it doesn’t need to be
added to the imports
array of a standalone component.