I have a parent component inside which I have a child component. The parent component have some css classes, where child component extends them. I tried to use :host as looking
With ::ng-deep, styles will be applied to the current component, but also trickle down to the components that are children to the current component in the component tree.