UNPKG

ngx2-pipes

Version:
13 lines (12 loc) 648 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class StripTagsPipe implements PipeTransform { transform(input: string): any; static ɵfac: i0.ɵɵFactoryDeclaration<StripTagsPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<StripTagsPipe, "stripTags">; } export declare class NgStripTagsPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration<NgStripTagsPipeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgStripTagsPipeModule, [typeof StripTagsPipe], never, [typeof StripTagsPipe]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgStripTagsPipeModule>; }