Answers for "angular ngclass condition with ngIf"

0

ngclass condition

[ngClass]="(step=='step1')?'my-class1':'my-class2'"
Posted by: Guest on October-16-2020
0

Angular 8 ngClass If

[ngClass]="{'my-class': step=='step1', 'my-class2':step=='step2' }"
Posted by: Guest on February-28-2020

Code answers related to "angular ngclass condition with ngIf"

Browse Popular Code Answers by Language