What is services in angular.js?
Answer / Sameer Kumar
"Services in AngularJS are objects that hold functions or data to be shared across your application. Services are often used to encapsulate business logic and provide a single point of access for multiple components. To create a service, you use the .service() method provided by AngularJS: myApp.service('MyService', function() { ... });
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a component angular?
What are differences between templateurl and template?
What is ng-init in angularjs?
What is data binding and its types?
What is pipe in networking?
How to send and set cookies in angular 4?
What is ngoninit in angular?
Is angular 7 is stable?
What is a service angular?
Is google using angular?
What is a template variable. How would you use it?
How can you add an active class to a selected element in a list component?