Answers for "how to use ngclass in angular 8 with condition"

2

ngclass condition

[ngClass]="{'my-class': step === 'step1'}"
Posted by: Guest on March-15-2021
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 "how to use ngclass in angular 8 with condition"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language