I have one component that has this template:
<div class="col-md-12 navbar navbar-fixed-bottom navbar-light bg-faded noselect">
<ng-content></ng-content>
</div>
If i need get the childs inside <ng-content>
i use @ContentChild(), but i need get a list of components that are inside a <ng-content>
. How do this ?