{{title | uppercase}}

@for (image of imagesArray; track $index ; let impair = $odd) { }

la directive NG modifie un attribut HTML en fct d'une condition

@if(flag){

S'affiche en fonction du if

} @if (codeCours==="NG") { Vous avez choisi Angular ! c'est Bien 😎 } @else if (codeCours==="REACT") { Vous avez choisi React ! C'est Super aussi 😏 } @else if (codeCours==="VUE") { Vous avez choisi Vue ! Merci Evan You 😉 } @else { ... } @let cours='Angular';

{{cours}}

{{title2}}

{{saisie}}

{{maDate | date:'dd/MM/Y HH:mm:ss'}}

Total : {{total | number:'1.0-2':'fr'}}

{{total | currency:'EUR':'symbol':'1.0-2':'fr'}}