Angular ngClass Conditional CSS
Angular conditional styling with ngClass is a very flexible way to style components in your apps. You can use ngClass for styling currently selected list elements or active menu items based on some component state. It's possible to add css classes[...]
Read more...