Angular sharing data between components queried by apollo angular
I have a query that pulls in data from my database using appollo-angular. What would be the best practise way to share this data between componenets. I saw that it was mentioned using a shared service and subscribing in each component. Would this method take into account data updates as currently I’m querying and grabbing the data again every single time: