html to access each object in the chores array: <div class='chores' *ngFor = 'let list of chores'>. Each iteration, list will be assigned a new object with ...
確定! 回上一頁