-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
Since Angular v17, a new control flow, known as built-in control flow (@if, @for, @switch) has been introduced. The old syntax, which uses structural directives (*ngIf, *ngFor, and *ngSwitch), is deprecated as of version 20 and is scheduled for removal in version 22.
An automatic migration schematic is available, see https://angular.dev/reference/migrations/control-flow.