I have a json response and want to pass it from one component to another, both are siblings, both have different html.
Response which I'm getting from the service created which calls APIs. and I don't want to call API two times from two different components. Is it possible to pass data got from one component to another?
How Can I do this?