IDependencyResolver - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IDependencyResolver interface
Represents a dependency resolver as an information expert responsible with initializing and providing requested dependencies.
interface IDependencyResolver
Source reference: src/dependencies/IDependencyResolver.ts:12
.
- createScope - Creates a scoped dependency resolver. All scoped configured dependencies are resolved for each scope individually,
- resolve - Resolves a dependency based on its configuration, if any. All unconfigured dependencies are transient.