Is it possible to dynamically change the value of a CSS property of a class using Angular? I am trying to pass a color value dynamically to CSS after it is retrieved from database, and I am in search of a solution for this.
I have been trying to see if I could make ng-animate work for this, but it is not as straightforward.
Any help is appreciated.