Skip to content

Function: Inject()

ts
function Inject(serviceIdentifier: 
  | ServiceIdentifier
  | LazyServiceIdentifier<unknown>): MethodDecorator & ParameterDecorator & PropertyDecorator;

Defined in: @inversifyjs/core:

Parameters

ParameterType
serviceIdentifier| ServiceIdentifier | LazyServiceIdentifier<unknown>

Returns

MethodDecorator & ParameterDecorator & PropertyDecorator

See

https://inversify.io/