Replies: 1 comment
-
|
Hey @DaSchTour, could you please provide a minimalistic StackBlitz example? Maybe I could provide you with a solution directly in it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently struggling a bit with signalStore aswell as the syncStore because I would like to have a dynamic key created based on the context the store is used in. I have different sets of the same state that should be store separately.
I thought I could go with something like this
And then add a factory to the component
But I have the impression that I found the limits of what is possible with the way signalStore is implemented or is this something that could be added to the withStorageSync functionality?
Beta Was this translation helpful? Give feedback.
All reactions