Answers for "how to check if an element has a class in angular"

0

angular if in class

[ngClass]="step == 'step1' ? 'my_class1' : 'my_class2'"
Posted by: Guest on November-20-2021

Code answers related to "how to check if an element has a class in angular"

Browse Popular Code Answers by Language