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