@cisstech/nge
Version:
NG Essentials is a collection of libraries for Angular developers.
19 lines (18 loc) • 759 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
/**
* https://icongr.am
*/
export declare class IconGrPipe implements PipeTransform {
transform(value: any): any;
static ɵfac: i0.ɵɵFactoryDeclaration<IconGrPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<IconGrPipe, "icongr", 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 IconGrPipeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IconGrPipeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IconGrPipeModule, never, [typeof IconGrPipe], [typeof IconGrPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IconGrPipeModule>;
}