display particular elements ofobject in angular 9 code example Example: ngfor <li *ngFor="let item of items; index as i; trackBy: trackByFn">...</li>