Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 630 Bytes

angular-templates.md

File metadata and controls

27 lines (23 loc) · 630 Bytes

Angular templates

Suggested topics

  • Event binding (())
  • Property binding ([])
  • Two-way data binding (banana-in-a-box, [()])
  • <ng-container>
  • Template reference variables (#)
  • Template variables (let-*)
  • <ng-template>
  • Structural directive template syntactic sugar (*)
  • <ng-content>
  • Pipes (|)
    • Pipe parameters (:)
  • $event
  • *ngFor
    • index, odd, even, first, last
    • trackBy
  • Internationalization
  • Pluralization
  • Animations (@)
  • Safe navigation operator (?)

Related topics