How to get value from store without multiple subscribes #488
Unanswered
gerhardolivier
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
-
Please don't hate me, new to this. I have this in my repository:
I can subscribe to that value from my component, with no issue. But I want to use the value on multiple components, do I have to add a sub for each? The .getValue() does not help, because the value changes all the time.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions