ngx2-pipes
Version:
Angular pipes library
13 lines (12 loc) • 660 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IsGreaterPipe implements PipeTransform {
transform(first: any, second: any): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<IsGreaterPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<IsGreaterPipe, "greater">;
}
export declare class NgIsGreaterPipeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgIsGreaterPipeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgIsGreaterPipeModule, [typeof IsGreaterPipe], never, [typeof IsGreaterPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgIsGreaterPipeModule>;
}