angular-control-flow
Angular Control Flow
Version: Angular 17+ (2025) Tags: Control Flow, @if, @for, @switch, @defer
References: Control Flow • Deferrable Views
API Changes
This section documents recent version-specific API changes.
-
NEW: @if replaces *ngIf — New control flow syntax
-
NEW: @for replaces *ngFor — New loop syntax with track
-
NEW: @switch replaces ngSwitch — New switch syntax
-
NEW: @defer — Lazy load components
More from oguzhan18/angular-ecosystem-skills
angular-tailwind
ALWAYS use when working with Angular and Tailwind CSS, Tailwind configuration, utility-first CSS, or styling Angular applications with Tailwind.
143angular-animations
>-
141rxjs
ALWAYS use when working with RxJS Observables, operators, and reactive patterns in Angular applications.
140angular-security
ALWAYS use when working with Angular Security, XSS prevention, CSRF protection, Content Security Policy, or sanitization in Angular applications.
135angular-material
ALWAYS use when working with Angular Material components, CDK, or Material Design in Angular applications.
135angular-bootstrap
ALWAYS use when working with Angular Bootstrap, ng-bootstrap, Bootstrap components in Angular, or Bootstrap 5 integration.
134