How can I make the app-dropdown-select
use the style of component A?
component A:
This can be use to make the parent use child component's style:
encapsulation: ViewEncapsulation.None
Is there something like this to make parent style override the child style?