brian treesebriantreese.hashnode.dev·Nov 3, 2023A Beginner-Friendly Guide On How to Use Angular's New Control Flow SyntaxIn the latest version of Angular, we’re getting what is known as the new Control Flow syntax for our component templates. It will replace older directives for things like *ngIf/else, ngSwitch, and *ngFor. In this post we’re going to learn exactly wha...angular control flow