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