get data from a typescript object to html table angular code example
Example: ngfor
<li *ngFor="let item of items; index as i; trackBy: trackByFn">...</li>
<li *ngFor="let item of items; index as i; trackBy: trackByFn">...</li>