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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…