I have a css class '.users' in my syles.css file and this class has a propery of color. Now I want to change the color propery value of users class base on some condition in my controller (for example in ngOnInt()) dynamically? please consider that I do not want to do anything in template, so only typescript solutions are accepted!