{{title}}

Routed Movies


Example Snippets

[ngClass] active
[ngClass] active and boldly important
[class.active]

Angular Docs

Image toggle event type was {{eventType}}

color preference #1
color preference #2

Movie as JSON

{{movie | json}}

Movie Titles via local variable

{{movie.title}}

Sliced Movies with pipes

{{movie.title | uppercase}} {{movie.title | lowercase}} {{movie.releaseDate | date}} {{movie.price | currency:'USD':true}} {{movie.starRating | number}} {{movie.starRating | number:'1.1-2'}} {{movie.approvalRating | percent: '1.0-2'}}