Angular template patterns including native control flow (@if, @for, @switch), @defer for lazy loading, class/style bindings, and accessibility. Use when writing or modifying component templates.
Template patterns for Angular components.
Use native control flow (@if, @for, @switch), NOT structural directives (*ngIf, *ngFor).
// DO - Native control flow