Caching API data with Angular 1.5 services
In Angular apps we commonly fetch data from an API for a view or component and while there are many suggestions on where that data should live, it’s left up to the developer as to how to fetch the data and where to put it.