Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 618 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 618 Bytes

Angular Encapsulation

This was created to demonstrate a problem I am running into during in a real project.

Styles from ViewEncapsulation.Emulated are copied into all #shadow-dom roots across the DOM tree.

This includes the children of a ViewEncapsulation.ShadowDom component where the ViewEncapsulation.ShadowDom component itself is a sibling to a ViewEncapsulation.Emulated component.

GitHub Issue

StackOverflow Question