angular print an array code example
Example 1: ngfor
<li *ngFor="let item of items; index as i; trackBy: trackByFn">...</li>
Example 2: angular print an array
sas
tom
out
cat
rat
<li *ngFor="let item of items; index as i; trackBy: trackByFn">...</li>
sas
tom
out
cat
rat