I am templating a page and need to bind to the border-color property of a div's css :before element. Is this possible in Angular 2?
I know I could write some css and use class binding to toggle the color, but this requires all possible colors to be known beforehand so it's not the solution I'm looking for.