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