angular pipe for alphabetical order, angular pipe orderby ... <li *ngFor="let item of myarray | orderBy:'name'"> {{ item.name }} </li>.
確定! 回上一頁