typeioc

Home > typeioc > IDecoratorResolution > name

IDecoratorResolution.name() method

Sets named resolution flag. Service will be resolved given the name provided

Signature:

name(value: string): WithDecoratorResolverName;

Parameters

Parameter Type Description
value string the name for the service to be resolved with

Returns:

WithDecoratorResolverName