79575024

Date: 2025-04-15 11:31:31
Score: 2
Natty:
Report link

If you have provideStore() in your app.config.ts, then the store instance should be available.

You should not mix @NgModule-based feature stores with the new provider functions. I remember encountering issues with that in my projects. So only use provideState and no StoreModule.forFeature

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @NgModule-based
Posted by: rainerhahnekamp