Angular v17 brings all-new built-in control flow for if, switch, and for. Thanks to community feedback in the RFC process, we settled on @ syntax. Control flow improves ergonomics, so you don't need to import directives in standalone components.
@angular Seems like super easy to achieve role level development
@angular I guess it's even better - we don't need to import these directives anymore, regardless if the consumer is standaolne or not 👌
@angular I used to write PHP with smarty template engine and this is the syntax I was looking for back in day one when I switched to angularJS (v1). And finally it is available in v17. 🙏
@angular Trying to checkout docs but the angular.dev color styles are broken in my chrome. Works ok in safari
@angular It would be great if it could support defining local variables.
@angular I'm a Java back end software developer. What do I need to learn Angular?
@angular Now, there is work to do regarding the double component import. If you import It using ES6 sintax, the import to use in template should be auto. Its weird to import X from 'XXXXX' and import:[X] in decorator