how to use a class in the html in angular code example
Example 1: ng class
[ngClass]="{'text-success':person.country === 'UK'}"
Example 2: ng class project
ngDoCheck()
[ngClass]="{'text-success':person.country === 'UK'}"
ngDoCheck()