Angular 5+ orderBy pipe. ... For Angular lower than 5 use version 1.1.3 ... template: ` <ul> <li *ngFor="let item of array | orderBy: order"> {{ item.name }} ...
確定! 回上一頁