Using ngFor. Here's the data we'll be using as our source to pass into *ngFor : interface Pizza { id: string; name: string; price: number; } ...
確定! 回上一頁