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