@ng-maps/core
Version:
**@ng-maps/core** is a simple, modular and tree-shakable library for displaying google-maps inside an angular application
10 lines (9 loc) • 569 B
TypeScript
export { NgMapsViewComponent } from './directives/map';
export { NgMapsInfoWindowComponent } from './directives/info-window';
export { NgMapsMarkerComponent } from './directives/marker';
export { NgMapsFitBoundsDirective } from './directives/fit-bounds';
export { NgMapsCircleDirective } from './directives/circle';
export { NgMapsPolygonDirective } from './directives/polygon';
export { NgMapsPolyline } from './directives/polyline';
export { NgMapsPolylinePoint } from './directives/polyline-point';
export { NgMapsRectangleDirective } from './directives/rectangle';