Is your feature request related to a problem? Please describe.
The current implementation requires that basically all providers & controllers be registered at the point of forRoot or ForRootAsync, and so no forFeature, at least not clear how to.
Describe the solution you'd like
It will will be great, if forFeature is be available, where store initialization and connections are delegated to forRoots, while feature modules can register their own controllers, aggregates, repos, etc using forFeature.
THANKS for the wonderful work!
Is your feature request related to a problem? Please describe.
The current implementation requires that basically all providers & controllers be registered at the point of
forRootorForRootAsync, and so noforFeature, at least not clear how to.Describe the solution you'd like
It will will be great, if
forFeatureis be available, where store initialization and connections are delegated toforRoots, while feature modules can register their own controllers, aggregates, repos, etc usingforFeature.THANKS for the wonderful work!