UNPKG

@yaga/leaflet-ng2

Version:
12 lines (11 loc) 398 B
import { Layer } from "leaflet"; import * as i0 from "@angular/core"; /** * Injectable Angular provider to structure Leaflet layers with Angulars DI * @link http://leafletjs.com/reference-1.2.0.html#layer */ export declare class LayerProvider { ref?: Layer; static ɵfac: i0.ɵɵFactoryDeclaration<LayerProvider, never>; static ɵprov: i0.ɵɵInjectableDeclaration<LayerProvider>; }