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