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