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 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>;
}