Answers for "add css class based on condition angular 10"

CSS
3

Angular 8 ngClass If

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

add classon ng if

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

Code answers related to "add css class based on condition angular 10"

Browse Popular Code Answers by Language