Answers for "angular if condition add class"

CSS
0

add classon ng if

[ngClass]="{'my-class': step === 'step1'}"
Posted by: Guest on June-11-2020
0

Angular 8 ngClass If

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

Angular 8 ngClass If

[class.my-class]="step=='step1'"
Posted by: Guest on February-28-2020

Code answers related to "angular if condition add class"

Browse Popular Code Answers by Language