What is services in angular?
Answer / Chitragupt
Services are classes that can be shared across components, directives, controllers, and other services. They are typically used to share data or business logic between different parts of an Angular application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a template reference variable?
How many scopes can an application have?
In angular, describe how will you set, get and clear cookies?
What is router outlet in angular?
What is single page application? How can the spa be implemented with angular?
Is angular a good career?
Is angularjs a framework?
In case of nested controllers, does the $scope object shared across all controllers?
Explain ng-show directive?
Whats is a filter?
What is the use of a double-click event in angularjs?
What is angular and why it is used?