UNPKG

ng2-heremaps

Version:
40 lines 1.25 kB
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ import { Injectable } from '@angular/core'; import { HereMapsManager } from './maps-manager'; var MapUIService = /** @class */ (function () { function MapUIService(mapManager) { var _this = this; this.mapManager = mapManager; this.ui = new Promise(function (resolve) { _this.setUi = resolve; }); } MapUIService.decorators = [ { type: Injectable } ]; /** @nocollapse */ MapUIService.ctorParameters = function () { return [ { type: HereMapsManager, }, ]; }; return MapUIService; }()); export { MapUIService }; function MapUIService_tsickle_Closure_declarations() { /** @type {!Array<{type: !Function, args: (undefined|!Array<?>)}>} */ MapUIService.decorators; /** * @nocollapse * @type {function(): !Array<(null|{type: ?, decorators: (undefined|!Array<{type: !Function, args: (undefined|!Array<?>)}>)})>} */ MapUIService.ctorParameters; /** @type {?} */ MapUIService.prototype.ui; /** @type {?} */ MapUIService.prototype.setUi; /** @type {?} */ MapUIService.prototype.mapManager; } //# sourceMappingURL=map-ui.service.js.map