@agmbudik/js-marker-clusterer
Version:
Angular Google Maps (AGM) extension for js-marker-clusterer support
7 lines • 327 B
JavaScript
// main modules
export * from './directives';
export * from './services';
// we explicitly export the module here to prevent this Ionic 2 bug:
// http://stevemichelotti.com/integrate-angular-2-google-maps-into-ionic-2/
export { AgmJsMarkerClustererModule } from './js-marker-clusterer.module';
//# sourceMappingURL=index.js.map