UNPKG

ngx2-pipes

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