(moduleRef: Module)
| 345 | } |
| 346 | |
| 347 | public registerCoreModuleRef(moduleRef: Module) { |
| 348 | this.internalCoreModule = moduleRef; |
| 349 | this.modules[InternalCoreModule.name] = moduleRef; |
| 350 | } |
| 351 | |
| 352 | public getModuleTokenFactory(): ModuleOpaqueKeyFactory { |
| 353 | return this.moduleCompiler.moduleOpaqueKeyFactory; |
no outgoing calls
no test coverage detected