-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
WIth inversify-props@1.4.9
import { inject } from 'inversify-props'
import { named } from 'inversify'
class ...
@inject(Symbols.feathers)
@named('hubService')
feathers
does not work but
import { container } from 'inversify-props'
...
this.feathers = container.getNamed(Symbols.feathers, 'hubService')
does work
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request