Is it possible to add two or more signalStoreFeature with colliding state properties to one signalStore? #4770
Unanswered
cwalker-brainshark
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, please forgive me if this question has been answered elsewhere, but I have what seems like it would be a common problem with using multiple signalStoreFeatures in one signalStore. It has proven to be difficult to avoid naming collisions.
It would be helpful to be able to create lots of small features, but can be somewhat difficult to ensure that they all never use colliding state or method names. For example:
Is there any way it is possible to achieve this?
I realize that this particular situation will be mitigated by the new Angular resource API, but would be helpful in general to be able to segment state in a similar way that was possible in @ngrx/store named reducers
Beta Was this translation helpful? Give feedback.
All reactions