Select from following answers:- It is an inbuilt service used to make ajax call to get the server data.
- It is the Http protocol
- It generates hyper text mark up language
- All Above
$http is an inbuilt service used to make ajax call to get the server data.It facilitates communication with the remote HTTP servers via the browser's XMLHttpRequest object or via JSONP. It takes a single argument that is used to generate an HTTP request and returns a promise object.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator