UNPKG

ngx2-pipes

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