Answers for "how to use condition in ngclass angular 6"

0

ngclass condition

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

add classon ng if

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

Code answers related to "how to use condition in ngclass angular 6"

Browse Popular Code Answers by Language