In my styles.css file, I have a CSS class called '.users' with a property of color. Now, I am looking to dynamically change the color property value of the 'users' class based on certain conditions in my controller. For instance, I want to do this dynamically in the ngOnInit() function without making any changes in the template. Please note that only TypeScript solutions are welcome!