I've got a template set up like this
<ng-template #parent>
<ng-template #child1>
child 1
</ng-template>
<ng-template #child2>
child 2
</ng-template>
</ng-template>
Anyone know how to display #child 1 and #child 2 using #parent?