@ng-doc/app
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
11 lines (8 loc) • 416 B
TypeScript
import * as i0 from '@angular/core';
import { PipeTransform } from '@angular/core';
declare class NgDocDecodeUriComponentPipe implements PipeTransform {
transform(value: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<NgDocDecodeUriComponentPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<NgDocDecodeUriComponentPipe, "decodeUriComponent", true>;
}
export { NgDocDecodeUriComponentPipe };