Angular 2 + Typescript


Main focus of TS:

  • Classes
  • Angular decorators
  • Parameter type annotations

Angular Directives:

  • Structural
  • Attribute

Decorator - Expression that evaluates to a function allowing annotation of classes at design time.

Angular Template Syntax:

  • Interpolation
  • Binding
  • Expressions
  • Conditional templating
  • Template variables
  • Template expression operators

  • Assignments
  • Newing up variables
  • Chaining expressions
  • Incrementing/decrementing

Angular Pipe - A template expression operator that takes in a value and returns a new value representation.