Function: Inject()
ts
function Inject(serviceIdentifier:
| ServiceIdentifier
| LazyServiceIdentifier<unknown>): MethodDecorator & ParameterDecorator & PropertyDecorator;Defined in: @inversifyjs/core:
Parameters
| Parameter | Type |
|---|---|
serviceIdentifier | | ServiceIdentifier | LazyServiceIdentifier<unknown> |
Returns
MethodDecorator & ParameterDecorator & PropertyDecorator