ng2-bingmaps
Version:
Angular 2 components for Bing Maps
53 lines (51 loc) • 1.62 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 */
import * as import0 from '@angular/core/src/linker/ng_module_factory';
import * as import1 from './core';
import * as import3 from '@angular/core/src/i18n/tokens';
class BingMapsModuleInjector extends import0.NgModuleInjector {
constructor(parent) {
super(parent, [], []);
}
get _LOCALE_ID_1() {
if ((this.__LOCALE_ID_1 == null)) {
(this.__LOCALE_ID_1 = null);
}
return this.__LOCALE_ID_1;
}
get _TRANSLATIONS_FORMAT_2() {
if ((this.__TRANSLATIONS_FORMAT_2 == null)) {
(this.__TRANSLATIONS_FORMAT_2 = null);
}
return this.__TRANSLATIONS_FORMAT_2;
}
createInternal() {
this._BingMapsModule_0 = new import1.BingMapsModule();
return this._BingMapsModule_0;
}
getInternal(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;
}
destroyInternal() {
}
}
export const BingMapsModuleNgFactory = new import0.NgModuleFactory(BingMapsModuleInjector, import1.BingMapsModule);
//# sourceMappingURL=core.ngfactory.js.map