@cisstech/nge
Version:
NG Essentials is a collection of libraries for Angular developers.
16 lines (15 loc) • 733 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LengthPipe implements PipeTransform {
transform(value: any): number;
static ɵfac: i0.ɵɵFactoryDeclaration<LengthPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<LengthPipe, "length", true>;
}
/**
* @deprecated in favor of standalone api, so please use direclty the pipe as a standalone. Will be removed in/after v18
*/
export declare class LengthPipeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<LengthPipeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<LengthPipeModule, never, [typeof LengthPipe], [typeof LengthPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<LengthPipeModule>;
}