I have the a Status
parameter for my HTML table which could take values such as :
SUCCESS
FAILURE
IN PROGRESS
I want to surround the text with a specific color depending on the value it takes. I am working with Angular 4 (HTML and TypeScript).
Any pointers to solve this problem?