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 is the use of ngafterviewinit?
Why angular 4 is faster?
What is the difference between ‘this’ vs $scope in angularjs controllers?
What is $ digest?
What is ng-model in angularjs?
Explain the architecture overview of angular.
Why you will do ngondestroy after subscrib?
How to enable lazy loading?
What are differences between angular 2 and angular 1?
How to define multiple restrict options on a directive in angularjs?
How can you bypass sanitation in angular and why would you do so?
Explain the differences between one-way binding and two-way binding.