What are the methods available in $http ?
Answer / Om Babu Mishra
$http service in AngularJS provides several HTTP methods, such as get, post, put, and delete. In addition to these, there is also a generic $http.request method that allows you to customize your HTTP requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is activatedroute in routes?
What is the purpose of tsconfig.json in angularjs?
What are the security threats should we be aware of in angular 2?
How will you explain the concept of hierarchy? How many scopes can an application have?
How AngularJS expressions are different from the JavaScript expressions?
How to read data from the server?
What do I have to do to trick the browser into doing what I want?
What is $interval service in AngularJS?
What is angular cli command?
Give the example of angularjs strings?
Explain service workers in angular js?
How will you initialize a select box with options on page load?