Is it possible to change style of pseudo elements using [style] or [ngStyle] in angular2?
[style]
[ngStyle]
in order to get a blur effect on a div acts like
if you want to add other properties I did it like this:
and the css:
.progress::after { content: ''; width: var(--porcentaje-width); }
this worked for me :)