{"version":3,"file":"module-map-ngfactory-loader.d.ts","sources":["module-map-ngfactory-loader.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { NgModuleFactoryLoader, InjectionToken, NgModuleFactory, Compiler } from '@angular/core';\nimport { ModuleMap } from './module-map';\n/**\n * Token used by the ModuleMapNgFactoryLoader to load modules\n */\nexport declare const MODULE_MAP: InjectionToken;\n/**\n * NgModuleFactoryLoader which does not lazy load\n */\nexport declare class ModuleMapNgFactoryLoader implements NgModuleFactoryLoader {\n private compiler;\n private moduleMap;\n constructor(compiler: Compiler, moduleMap: ModuleMap);\n load(loadChildrenString: string): Promise>;\n private loadFactory;\n private loadAndCompile;\n}\n"]}