UNPKG

google-maps-ng2

Version:
8 lines (7 loc) 480 B
// Export all directives export {BaseGoogleMapComponent} from './directives/base-google-map-component'; export {IOptionalSetMapMethod} from './directives/optional-set-map-method.interface'; export {GoogleMapComponent} from './directives/google-map'; export {GoogleMapDirectionsDirective} from './directives/google-map-directions'; export {GoogleMapMakerDirective} from './directives/google-map-marker'; export {GoogleMapPolylineDirective} from './directives/google-map-polyline';