ngx2-pipes
Version:
Angular pipes library
13 lines (12 loc) • 645 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DecodeURIPipe implements PipeTransform {
transform(input: any): any;
static ɵfac: i0.ɵɵFactoryDeclaration<DecodeURIPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<DecodeURIPipe, "decodeURI">;
}
export declare class NgDecodeURIPipeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgDecodeURIPipeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgDecodeURIPipeModule, [typeof DecodeURIPipe], never, [typeof DecodeURIPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgDecodeURIPipeModule>;
}