SyntaxFix
Write A Post
Hire A Developer
Questions
You can do this another way by checking the array length
<div *ngIf="stuff.length>0"> <div *ngFor="let thing of stuff"> {{log(thing)}} <span>{{thing.name}}</span> </div> </div>