I want to override the styles for the open source component that I use, but the only way I can turn off display encapsulation is with a component decorator. Of course, using a third-party module means that I cannot edit its source. How else can this be done?
change
I know about the / deep / styles clause. What I want to do is redefine the table styles in a third-party component with the style from bootstrap 4. The custom component has a .table class applied to it, but with presentation encapsulation it is not available to boostrap 4 classes.
I just want to know if the the the the the the way to blanket can completely disable view encapsulation without having to deploy the code and add the value of the decorator property of the component "encapsulation: ViewEncapsulation.None" for my own use.
source share