Angular - Components
You have two components: Parent and Child. Parent uses
ViewEncapsulation.Emulated and Child uses ViewEncapsulation.None. If both define styles for p tags, which styles apply inside the Child component's template?