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
in html:
{{thing.name}}
in css:
.disabled-field { pointer-events: none; display: none; }