Maybe not the problem but with a QueryList, shouldn’t u use ViewChildren
instead of ViewChild
?
@ViewChildren ... : QueryList ...
@ViewChild .... : ElementRef/Content/Whatever a single element
Have you try also ContentChildren?
Maybe not the problem but with a QueryList, shouldn’t u use ViewChildren
instead of ViewChild
?
@ViewChildren ... : QueryList ...
@ViewChild .... : ElementRef/Content/Whatever a single element
Have you try also ContentChildren?