UNPKG

angular-pipes

Version:
8 lines (7 loc) 236 B
import { PipeTransform } from '@angular/core'; export declare class OrderByPipe implements PipeTransform { private static _orderBy; transform(input: any, config?: any): any; } export declare class NgOrderByPipeModule { }