UNPKG

angular2-google-maps

Version:

Angular 2 components for Google Maps

9 lines (8 loc) 582 B
export { SebmGoogleMap } from './directives/google-map'; export { SebmGoogleMapCircle } from './directives/google-map-circle'; export { SebmGoogleMapInfoWindow } from './directives/google-map-info-window'; export { SebmGoogleMapKmlLayer } from './directives/google-map-kml-layer'; export { SebmGoogleMapMarker } from './directives/google-map-marker'; export { SebmGoogleMapPolygon } from './directives/google-map-polygon'; export { SebmGoogleMapPolyline } from './directives/google-map-polyline'; export { SebmGoogleMapPolylinePoint } from './directives/google-map-polyline-point';