InterviewSolution
Saved Bookmarks
| 1. |
What is the dependency injection in Angular 4? |
|
Answer» In Angular 4, Dependency Injection refers to an important APPLICATION design PATTERN that is USED to increase the efficiency and modularity of an application. It is basically a coding pattern in which the class requests for dependencies from external or third-party SOURCES rather than actually creating them itself. |
|