Angular - Component Interaction
What is wrong with this component template?
Usage:
<div> <ng-content select="header"></ng-content> <ng-content select=".body"></ng-content> </div>
Usage:
<my-comp> <div class="header">Top</div> <div class="body">Content</div> </my-comp>
