Multi-injection is currently possible via type annotations. Which means, if the annotated type is of type Array the injection will automatically processed as a multi-injection: @Inject(TOKEN) items: SomeInterface[]. For a more explicit usage a MultiInject decorator should be implemented.
Multi-injection is currently possible via type annotations. Which means, if the annotated type is of type
Arraythe injection will automatically processed as a multi-injection:@Inject(TOKEN) items: SomeInterface[]. For a more explicit usage aMultiInjectdecorator should be implemented.