您可以简单地在数组上使用JavaScript的 .reverse() 。 不需要特定于角度的解决方案。 <li *ngFor="#user of users.slice().reverse() "> {{ user.name }} ...
確定! 回上一頁