If you are using *ngFor and want to add *ngIf to check some field, if conditional is not too complicated, I use filter for that, where I run my conditional and return only items that enter in my condition inside that loop.. Hope it helps
something like that where I want to show only items with description:
{{payment.pivot.description}}
davor