UNPKG

ngx2-pipes

Version:
13 lines (12 loc) 630 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IsLessPipe implements PipeTransform { transform(first: any, second: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<IsLessPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<IsLessPipe, "less">; } export declare class NgIsLessPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration<NgIsLessPipeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgIsLessPipeModule, [typeof IsLessPipe], never, [typeof IsLessPipe]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgIsLessPipeModule>; }