I\'m having a problem with trying to use Angular\'s *ngFor and *ngIf on the same element.
*ngFor
*ngIf
When trying to loop through the collection in th
You can't use multiple structural directive on same element. Wrap your element in ng-template and use one structural directive there
ng-template