Why dependency is injecte in form of array angular
Answers
Answered by
0
Answer:
✔✔ Using dependency injection helps in having a more re-usable code. ... The value object of AngularJS can be used to inject simple JavaScript objects in your controller. The service module can be used to define your custom services which can be re-used across multiple AngularJS modules. ✔✔
Similar questions