According to the Angular documentation, the keyvalue pipe sorts the items by ... <div *ngFor="let item of object | keyvalue: originalOrder"> {{item.key}} ...
確定! 回上一頁