What other template syntax (replacing the ngClass directive) can be used to add or remove the CSS class names in this markup?
<span [ngClass]="{ 'active': isActive, 'can-toggle': canToggle }"> Employed </span>
What other template syntax (replacing the ngClass directive) can be used to add or remove the CSS class names in this markup?
<span [ngClass]="{ 'active': isActive, 'can-toggle': canToggle }"> Employed </span>