Answers for "ngclass in angular with condition on chech button"

2

ngclass condition

[ngClass]="{'my-class': step === 'step1'}"
Posted by: Guest on March-15-2021
0

ngclass condition

[class.my_class] = "step === 'step1'"
Posted by: Guest on April-27-2021

Code answers related to "ngclass in angular with condition on chech button"

Browse Popular Code Answers by Language