If I have created a service say PolicyService and I should be able to call this service only once in say Component A in a webpage, and whatever value is returning or logic is being executed in PolicySevice should be rendered in all other components of the webpage? Basically service call should be happening only once when the webpage is loaded.