Home:ALL Converter>Pseudo elements in Angular5

Pseudo elements in Angular5

Ask Time:2018-02-05T03:36:23         Author:Willem van der Veen

Json Formatter

Why are regular pseudo-classes from CSS in Angular5 not working properly? I know that you can mimmic their behaviour using the Angular event handlers like (click)="function1()" or (mouseenter)="function2()".

What is the reason we can't use regular CSS pseudo-classes in Angular?

Author:Willem van der Veen,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/48612226/pseudo-elements-in-angular5
yy