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) • 315 B
TypeScript
export { NglVectorsModule } from './vectors.module';
export { CircleComponent } from './circle/circle.component';
export { PolygonComponent } from './polygon/polygon.component';
export { PolylineComponent } from './polyline/polyline.component';
export { RectangleComponent } from './rectangle/rectangle.component';