Angular Directives — a practical guide to Angular directives with clear examples you can reuse in real projects.
Angular Tutorial Series (26/119). Prefer one article? Read the complete Angular tutorial.
Short description
Components are directives with templates; attribute directives change appearance/behavior.
Directive types
Components
Structural (*ngIf, @if, @for)
Attribute (ngClass, ngStyle, custom)