Skip to content

Implement export feature for module component #2

Description

@RobinBuschmann

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} />

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions