I have a angular2 component for which the template look like this:
<div>
<div><ng-template #left></ng-template></div>
<div><ng-template #right></ng-template></div>
</div>
I would like to be able to retrieve a reference to all ng-template
element using ViewChildren
but I have no idea the type I need to pass between bracket.