What methods $http service support?
Answer / chaitanya
1. $http.get()
2. $http.head()
3. $http.post()
4. $http.put()
5. $http.delete()
6. $http.jsonp()
7. $http.patch()
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the features of angularjs?
What is a router in angular?
What the different between a directive and component?
What are ui frameworks?
What do you understand by constants in angular?
How to set authorization headers in get/post/put requests in angular?
What is router-link directive in angular 2?
What is difference between $cookies and $cookieStore service?
What is angular 7? How is it different from angularjs?
What is single page application?
What is dom stand for?
Explain the angularjs factory?