How to apply styling to shadow root element in angular I want to apply some styling to input field which is a shadow root element of group-search-field element. I tried using ng-deep like below but it didn’t work :host ::ng-deep input { background: red !important; } Can someone guide me for this ?