Resolves providers from the global container, so singletons registered by the
lazy module persist across requests.
Note: request-scoped providers resolved via ModuleRef.get degrade to
transient instances (there is no ambient request scope here). To obtain a
true per-request instance, resolve the token from the request container
inside a request scope instead.
Handle to a lazily loaded module, returned by LazyModuleLoader.load.
Resolves providers from the global container, so singletons registered by the lazy module persist across requests.
Note: request-scoped providers resolved via ModuleRef.get degrade to transient instances (there is no ambient request scope here). To obtain a true per-request instance, resolve the token from the request container inside a request scope instead.