When I fetch categoryColor
from the API Response, I set
border-left: 3px solid {{element.categoryColor}}
in inline style. Everything is functioning correctly with no development issues; however, in Visual Studio
, the file name appears red as shown in the image below.
I am looking for a proper syntax or best practice to apply color within the structure using inline style.