Angular Service
In software, the word “service” has many different meanings. For instance, what web development, we usually think of a service from a web server. These services provide us endpoints to an API to retrieve data.
Angular Service
In angular js, a “service” is more of a component. A component with a spicific job. For instance $http
whose spesific job is to communicate over http.
Written on October 5, 2016