Angular Template Syntax — a practical guide to Angular template syntax with clear examples you can reuse in real projects.
Angular Tutorial Series (21/119). Prefer one article? Read the complete Angular tutorial.
Short description
Prefer new control flow (@if, @for) on modern Angular versions.
Syntax map
{{ expr }} interpolation
[prop]="expr" property
(event)="handler()" event
[(ngModel)] two-way
@if / @for control flow