you should use a pipe to sort the data before the show in view: <tr *ngFor="let ticket of array|sort-pipe"> <td>{{ticket.name}}</td> ...
確定! 回上一頁