Angular Control Flow: the Complete Guide
Angular v17 was released some days ago with a ton of new features, a brand-new logo and the new blog angular.dev. In this article, I will dive into the new control flow, which will make you forget about directives like ngIf, ngSwitch and ngFor thanks to a new syntax to write if, if/else and switch statements and the for loop in our template. ⚠️ FIRST ALERT: the new control… Read more