ng2-heremaps
Version:
Here Maps for Angular 6
17 lines • 776 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* Used: Angular library starter
* Build an Angular library compatible with AoT compilation & Tree shaking like an official package
* Copyright Roberto Simonetti
* MIT license
* https://github.com/robisim74/angular-library-starter
*/
/**
* Entry point for all public APIs of the package.
*/
export { BaseMapComponent, MapComponent, MapDirectionsDirective, MapMakerDirective, MapPolylineDirective, BaseMapsApiLoader, LAZY_LOADER_OPTIONS, LazyMapsApiLoader, HereMapsManager, NoopMapsApiLoader, Animation, ZoomLevel, MapUIService, HereMapsModule } from './src/here-maps';
// This file only reexports content of the `src` folder. Keep it that way.
//# sourceMappingURL=public_api.js.map