How can we pass data from Parent component to child component and update the ChildComponent UI using state observable? #793
Unanswered
yuvaraj119
asked this question in
Q&A
Replies: 1 comment
-
You can just call the child component directly. Alternatively, you can use |
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 have a ParentComponent and ChildComponent
Now I have an api which gets called in parent component and then some data which will be consumed across multiple childcomponent.
Here when API results comes we have to update the ChildComponent UI with respective result.
Activity and Fragment like communication and also there could be a use case where ChildComponent wants to update some data to ParentComponent
Beta Was this translation helpful? Give feedback.
All reactions