UNPKG

ngp-sort-pipe

Version:

Angular sort/orderby pipe, order one dimensional array or an array of objects

5 lines (4 loc) 177 B
import { PipeTransform } from '@angular/core'; export declare class SortByPipe implements PipeTransform { transform(value: any[], order?: string, column?: string): any[]; }