In Angular 20, the old structural directives—*ngIf, *ngFor, and *ngSwitch—are officially deprecated. Intent to remove in v22. They’ve been replaced by @if, @for, and @switch.
This isn’t just syntax sugar. It’s a core change in how Angular compiles te...