I have a simple question about best practices.
A service loads once at load time.
Let's say there is a method called getUser in the service called user. I have to call getUser in several controllers.
The GET request will happen twice right? Is there a good practice to check whether the data has already been fetched to avoid this second call?