UNPKG

ng-custom-pipe

Version:

An Angular Library, that gives you a hussle free experience on data operation using pipes

9 lines (8 loc) 384 B
/** Copyright 2023 Infosys Ltd. */ import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SortPipe implements PipeTransform { transform(value: any[], sortingMethod?: 'asc' | 'desc'): any[]; static ɵfac: i0.ɵɵFactoryDeclaration<SortPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<SortPipe, "sort", false>; }