Angular Q&A: How does View Encapsulation work with Shadow DOM and Emulated?
In Angular, view encapsulation determines how styles defined in a component are applied to the component's template. By default, Angular uses a strategy called "Emulated" view encapsulation, which applies the styles defined in a component to the component's template, but also allows the styles to be applied to elements in