All Questions
1 question
2
votes
2
answers
6k
views
Angular 6: get reference to Components created with *ngFor inside ng-container tag
I'using ng-container to iterate on a list and create components
<ng-container *ngFor="let f of optionsList; let i = index;">
<!-- component-->
<app-...