Interface: WithDependencies

October 4, 2024 · View on GitHub

DIOD v3.0.0 • Docs


Interface: WithDependencies

Configuration that allows to manage dependencies manually

Methods

withDependencies()

withDependencies(dependencies): this

Declare class dependencies manually

Parameters

• dependencies: Identifier<unknown>[]

List of class dependency identifiers to inject in order to the constructor.

Returns

this

Contents

  1. 1Methods
  2. 1.1withDependencies()