how to show html using array in angular 4 code example Example: ngfor <li *ngFor="let item of items; index as i; trackBy: trackByFn">...</li>