UNPKG

angular2-google-maps

Version:

Angular 2 components for Google Maps

10 lines 364 B
// main modules export * from './directives'; export * from './services'; export * from './map-types'; // Google Maps types // core module // we explicitly export the module here to prevent this Ionic 2 bug: // http://stevemichelotti.com/integrate-angular-2-google-maps-into-ionic-2/ export { AgmCoreModule } from './core-module'; //# sourceMappingURL=index.js.map