Robin Baum

Results 4 issues of Robin Baum

It should be possible to export defined providers of a module component. So that there is no need for redundant configurations in other modules. ```tsx ``` For exporting all providers...

enhancement

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...

enhancement