showing results for - "how to angular html ts function"
Lena
24 Jan 2020
1      
2      <span [ngSwitch]="favoriteHero &&
3               checkMovieHero(favoriteHero)">
4  <p *ngSwitchCase="true">
5    Excellent choice!
6  </p>
7  <p *ngSwitchCase="false">
8    No movie, sorry!
9  </p>
10  <p *ngSwitchDefault>
11    Please enter your favorite hero.
12  </p>
13</span>
14    
Louanne
01 Feb 2020
1      
2      <td>{{movie.price | currency:'USD':true}}</td>
3