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 |
When using ngif if the condition is true. How to display the message and if the condition is false then how to display the message?
How does angular use singleton pattern?
Is angularjs a library, framework, plugin or browser extension?
What is the use of a filter?
In collection of array how to collect all the true state from active true and active false?
Explain what is di (dependency injection) and how an object or function can get a hold of its dependencies?
How can we setting up our development environment for angular 2?
Explain directives in angular js
What are the attributes can be used during creation of a new angularjs directives?
How can you create singleton service in angular 2?
How to set authorization headers in get/post/put requests in angular?
Is angular a ui framework?