display only one item from array in angular 9 in html code example Example: ngfor <li *ngFor="let item of items; index as i; trackBy: trackByFn">...</li>