/**
 * @fileoverview This file is generated by the Angular template compiler.
 * Do not edit.
 * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride}
 */
 /* tslint:disable */


import * as import0 from '@angular/core';
import * as import1 from '@angular/common';
class CommonModuleInjector extends import0.ɵNgModuleInjector<import1.CommonModule> {
  _CommonModule_0:import1.CommonModule;
  __NgLocalization_1:import1.NgLocaleLocalization;
  constructor(parent:import0.Injector) {
    super(parent,([] as any[]),([] as any[]));
  }
  get _NgLocalization_1():import1.NgLocaleLocalization {
    if ((this.__NgLocalization_1 == null)) { (this.__NgLocalization_1 = new import1.NgLocaleLocalization(this.parent.get(import0.LOCALE_ID))); }
    return this.__NgLocalization_1;
  }
  createInternal():import1.CommonModule {
    this._CommonModule_0 = new import1.CommonModule();
    return this._CommonModule_0;
  }
  getInternal(token:any,notFoundResult:any):any {
    if ((token === import1.CommonModule)) { return this._CommonModule_0; }
    if ((token === import1.NgLocalization)) { return this._NgLocalization_1; }
    return notFoundResult;
  }
  destroyInternal():void {
  }
}
export const CommonModuleNgFactory:import0.NgModuleFactory<import1.CommonModule> = new import0.NgModuleFactory<any>(CommonModuleInjector,import1.CommonModule);
//# sourceMappingURL=data:application/json;base64,eyJmaWxlIjoiL2hvbWUvcGRhamxpZG8vRGV2L2FuZ3VsYXItZGF0ZXBpY2tlci9ub2RlX21vZHVsZXMvQGFuZ3VsYXIvY29tbW9uL2NvbW1vbi5uZ2ZhY3RvcnkudHMiLCJ2ZXJzaW9uIjozLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJuZzovLy9ob21lL3BkYWpsaWRvL0Rldi9hbmd1bGFyLWRhdGVwaWNrZXIvbm9kZV9tb2R1bGVzL0Bhbmd1bGFyL2NvbW1vbi9jb21tb24uZC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIgIl0sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7In0=
