I\'m having a problem with trying to use Angular\'s *ngFor and *ngIf on the same element.
When trying to loop through the collection in th
Now as from angular2 beta 8 we can use *ngIf and *ngFor on same component see here.
Alternate:
Sometimes we can't use HTML tags inside another like in tr, th (table) or in li (ul). We cannot use another HTML tag but we have to perform some action in same situation so we can HTML5 feature tag in this way.
code here....
code here....
For more information about structural directives in angular2 see here.