How to set css from another component in angular
I am trying to change wrapper background color from another component. I ave tried using ::ng-deep But not working properly. For mauto component background should be like block color. For vgud component background should be like green color. mauto.component.css: ::ng-deep.wrapper…