Skip to content

Instantly share code, notes, and snippets.

@bennadel
Created October 15, 2018 11:55
Emulated Encapsulation Host And Content Attributes Are Calculated Once Per Component Type In Angular 6.1.10
.selected[ _nghost-c2 ] label[ _ngcontent-c2 ] {
color: red ;
}
<my-tree-node _nghost-c2>
<my-tree-node _nghost-c2 _ngcontent-c2>
<my-tree-node _nghost-c2 _ngcontent-c2>
<my-tree-node _nghost-c2 _ngcontent-c2>
<!-- ... -->
</my-tree-node>
</my-tree-node>
</my-tree-node>
</my-tree-node>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment