UNPKG

angular-leaflet

Version:

Collection of angular components to build map views faster and with minimal configuration using the most popular library **LeafletJS**.

6 lines (5 loc) 237 B
export { BaseLayer } from './base-layer'; export { MapHandler } from './map-handler'; export { LayerHandler } from './layer-handler'; export { NglCoreModule } from './core.module'; export { LeafletComponent } from './leaflet.component';