Fetching Data from an API
The $http service is a core Angular service that facilitates communication with the remote HTTP servers, via the browser’s XMLHttpRequest object or via JSONP. Let's understand this service better as we learn to fetch data from an API.
6