react.di icon indicating copy to clipboard operation
react.di copied to clipboard

Implement export feature for module component

Open RobinBuschmann opened this issue 8 years ago • 0 comments

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

<Module providers={ [ { provide: Service, useClass: Service, export: true } ] } />

For exporting all providers

<Module exportAll={true} />

RobinBuschmann avatar Nov 06 '17 13:11 RobinBuschmann