Home »
MCQs »
AngularJS MCQs
Which AngularJS service is used to make the request to the server?
50. Which AngularJS service is used to make the request to the server?
- $https
- $request
- $http
- $requests
Answer: C) $http
Explanation:
The Angular service $http is used to make a request to the server.