You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Providing configuration through an injection token vs. a forRoot object allows to more easily (cleanly) configure the StoreModule, especially when it's wrapped into another NgModule itself being imported by an application.
Meta reducers can be provided through USER_PROVIDED_META_REDUCERS, but for some reason _USER_RUNTIME_CHECKS is flagged as internal. If it was renamed to USER_RUNTIME_CHECKS & re-exported from @ngrx/store, it could be used to inject a runtime checks config.
If accepted, I would be willing to submit a PR for this feature
[x] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
The text was updated successfully, but these errors were encountered:
Providing configuration through an injection token vs. a
forRoot
object allows to more easily (cleanly) configure theStoreModule
, especially when it's wrapped into anotherNgModule
itself being imported by an application.Meta reducers can be provided through
USER_PROVIDED_META_REDUCERS
, but for some reason_USER_RUNTIME_CHECKS
is flagged as internal. If it was renamed toUSER_RUNTIME_CHECKS
& re-exported from@ngrx/store
, it could be used to inject a runtime checks config.If accepted, I would be willing to submit a PR for this feature
[x] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
The text was updated successfully, but these errors were encountered: