UNPKG

ngx2-pipes

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