ng2-bingmaps
Version:
Angular 2 components for Bing Maps
69 lines (67 loc) • 2.47 kB
JavaScript
/**
* ng2-bingmaps - Angular 2 components for Bing Maps
* @version v0.2.0
* @link https://github.com/youjustgo/ng2-bingmaps
* @license MIT
*/
/**
* This file is generated by the Angular 2 template compiler.
* Do not edit.
*/
/* tslint:disable */
;
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var import0 = require('@angular/core/src/linker/ng_module_factory');
var import1 = require('./core');
var import3 = require('@angular/core/src/i18n/tokens');
var BingMapsModuleInjector = (function (_super) {
__extends(BingMapsModuleInjector, _super);
function BingMapsModuleInjector(parent) {
_super.call(this, parent, [], []);
}
Object.defineProperty(BingMapsModuleInjector.prototype, "_LOCALE_ID_1", {
get: function () {
if ((this.__LOCALE_ID_1 == null)) {
(this.__LOCALE_ID_1 = null);
}
return this.__LOCALE_ID_1;
},
enumerable: true,
configurable: true
});
Object.defineProperty(BingMapsModuleInjector.prototype, "_TRANSLATIONS_FORMAT_2", {
get: function () {
if ((this.__TRANSLATIONS_FORMAT_2 == null)) {
(this.__TRANSLATIONS_FORMAT_2 = null);
}
return this.__TRANSLATIONS_FORMAT_2;
},
enumerable: true,
configurable: true
});
BingMapsModuleInjector.prototype.createInternal = function () {
this._BingMapsModule_0 = new import1.BingMapsModule();
return this._BingMapsModule_0;
};
BingMapsModuleInjector.prototype.getInternal = function (token, notFoundResult) {
if ((token === import1.BingMapsModule)) {
return this._BingMapsModule_0;
}
if ((token === import3.LOCALE_ID)) {
return this._LOCALE_ID_1;
}
if ((token === import3.TRANSLATIONS_FORMAT)) {
return this._TRANSLATIONS_FORMAT_2;
}
return notFoundResult;
};
BingMapsModuleInjector.prototype.destroyInternal = function () {
};
return BingMapsModuleInjector;
}(import0.NgModuleInjector));
exports.BingMapsModuleNgFactory = new import0.NgModuleFactory(BingMapsModuleInjector, import1.BingMapsModule);
//# sourceMappingURL=core.ngfactory.js.map