Angular6 scss selector

0

Angular6 use with scss. I have a component A to which the styles of class .estilos-A are applied and I call it from two different components. What I try to do and I do not achieve is that, depending on the component since I call A , the class .estilos-A applies some styles or others. I have tried possible solutions such as the use of :has and I would like to know if there is any way to deal with this issue without having to create two different classes and save inputs in each use of component A.

Thanks in advance.

    
asked by Juan 29.11.2018 в 23:13
source

0 answers