UNPKG

@webilix/ngx-helper-m3

Version:

Helper library for Angular and Material 3

21 lines (20 loc) 912 B
import { OnInit } from '@angular/core'; import { Coordinate } from 'ol/coordinate'; import { INgxHelperCoordinates, INgxHelperCoordinatesConfig } from '../ngx-helper-coordinates.interface'; import * as i0 from "@angular/core"; export declare class GetComponent implements OnInit { private className; coordinates?: INgxHelperCoordinates; config?: Partial<INgxHelperCoordinatesConfig>; close: (coordinates?: INgxHelperCoordinates) => void; private map; coordinate: Coordinate; inputTransformFn: (value: any) => string; ngOnInit(): void; addLayer(): void; checkInputs(latitude: string, longitude: string): void; selectCoordinates(): void; setCoordinates(event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration<GetComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GetComponent, "ng-component", never, {}, {}, never, never, true, never>; }