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
This will work but the element will still in the DOM.
.hidden { display: none; }
{{log(thing)}} {{thing.name}}