在Angular 6.1中引入了KeyValuePipe,它允许你迭代对象属性: <div *ngFor="let item of object | keyvalue"> {{item.key}}:{{item.value}} </div>.
確定! 回上一頁