Replies: 2 comments
-
Workaround, i create
Because i only need to use loadUser in my intializer. But this not resolve my question... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Its in the FAQ for the SignalStore |
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
-
I would like to have the type of my store to use it in a app initializer.
for example i have
Typescript infer the type with something like :
But i would like something more condensed to it here for instance :
Anybody have some ideas to do it ? I try with
ReturType<typeof UserStore>
but it's not works...Beta Was this translation helpful? Give feedback.
All reactions