Created
October 15, 2018 11:55
Emulated Encapsulation Host And Content Attributes Are Calculated Once Per Component Type In Angular 6.1.10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.selected[ _nghost-c2 ] label[ _ngcontent-c2 ] { | |
color: red ; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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