What are services in javascript?
Answer / Rekha Kumari
In JavaScript, a service is a function or an object that provides some specific functionality to other parts of an application. Services can be injected into controllers and directives to centralize code and make it reusable.
| Is This Answer Correct ? | 0 Yes | 0 No |
When creating a directive, it can be used in several different ways in the view. Which ways for using a directive do you know? How do you define the way your directive will be used?
Why to use AngularJS?
What do you mean by data binding?
How did you perform validation in angularjs?
Differentiate between angular and angularjs.
What is the new in angular 7?
What is the use of interceptors in angular 4?
What is ngzone run outside angular 2?
What is the purpose of a filter in angular?
Explain service worker in reference to angular js?
Who created angular js ?
What is lazy loading and how to enable lazy loading in angular 2?