Angular new control flow syntax

You can now replace *ngIf with the new @if(...) and *ngFor with the new @for(...) syntax.

Angular 17 was released in November 2023 and introduced a new control flow syntax. The new control flow is much cleaner and readable, as well as more powerful.
In these lessons we will go over the old and new syntax that shipped with angular 17.