Skip to content

IDependencyResolver

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions
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

Clone this wiki locally