Can anyone advise on the best way to use a variable named multicolors that is defined in a typescript file within our template? I attempted using it like this, but unfortunately it did not work:
-webkit-linear-gradient(135deg, {{multicolors}} 50%, lightgray 50%)
. Any suggestions or solutions?