import { Pipe, PipeTransform } from "@angular/core"; @Pipe({ name: "sort" }) export class ArraySortPipe ... *ngFor="let myObj of myArr | sort:'fieldName'".
確定! 回上一頁