What do you understand by rest in angular?
Answer / Rajendra Kumar Nishad
REST (Representational State Transfer) is an architectural style for building web APIs. In Angular, RESTful services are typically created using the HttpClient service to make HTTP requests and handle responses.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ng-app, ng-init, and ng-model?
What is @inject()? Why use?
Explain what is testability like in Angular?
How can you get url parameters from angularjs controller?
What is a directive order?
How do we create a singleton service in angular 2?
What is the purpose of exports in an ng module?
What is the model view controller (mvc)?
What does –open or -o command do in angular?
Why do we use angular?
Why angular material is used?
How to sanitize a value manually?