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.

Methods

  • 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.

Implementations

See also

⚠️ **GitHub.com Fallback** ⚠️