InterviewSolution
Saved Bookmarks
| 1. |
What is services and also explain its features in angular 2? |
|
Answer» Services allow greater separation of CONCERNS in ANGULAR applications. They also provide MODULARITY by allowing developers to extract common functionalities out of components. Adding Services to Angular applications makes components FREE from data access code.
Service has the following features:
|
|