The React module.
This is needed for the redux feature to wrap subapp's component inside the Redux Provider component.
Optional decorators?: ReduxFeatureDecorator[]add redux decorators to the redux feature.
decorators: @xarc/react-redux-observable
Optional reducers?: Reducer<unknown, any> | Record<string, Reducer<unknown, any>> | booleanspecify redux reducer or object of named reducers
true, then the subapp module should export the named reducers as reduxReducersOptional shareConfigure the redux store to use
true - share with an automatically provided global storefalse - internal private store available to the subapp instance only
options for redux feature