Skip to content

IDependencyResolver.createScope

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions
API / IDependencyResolver / createScope method

Creates a scoped dependency resolver. All scoped configured dependencies are resolved for each scope individually, while singletons are unique from the scope that configured them downwards.

createScope(): IDependencyResolver

Source reference: src/dependencies/IDependencyResolver.ts:19.

Returns a scoped dependency resolver.

Clone this wiki locally