I am working on angular 5 application, and I have requirement of applying dynamic css in style tag in template. I have tried some solutions but they are not working.
app
By the way if you set the color like this:
where color='var(--cssValue)' it would not work!
color='var(--cssValue)'
However, this works correctly: