()
| 350 | } |
| 351 | |
| 352 | public getModuleTokenFactory(): ModuleOpaqueKeyFactory { |
| 353 | return this.moduleCompiler.moduleOpaqueKeyFactory; |
| 354 | } |
| 355 | |
| 356 | public registerRequestProvider<T = any>(request: T, contextId: ContextId) { |
| 357 | const wrapper = this.internalCoreModule.getProviderByKey(REQUEST); |