UNPKG

npm-uimapping

Version:
11 lines (10 loc) 453 B
import { UiMapLibService } from './ui-map-lib.service'; import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UmapPipe implements PipeTransform { private uiMapLibService; constructor(uiMapLibService: UiMapLibService); transform(value: any, ...args: any[]): string; static ɵfac: i0.ɵɵFactoryDeclaration<UmapPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<UmapPipe, "umap">; }