You tell Angular to use that block as a template for rendering each item in the list. ... <div *ngFor="let item of items; trackBy: trackById"> ({{item.id}}) ...
確定! 回上一頁