Explain what is injector in angularjs?
Answer / Prateek Srivastava
The Injector in AngularJS is responsible for creating and managing services. It handles the instantiation of dependencies, which are defined by the application's modules and controllers. The injector ensures that each component gets the correct instances of their required dependencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are custom directives?
Where is angular used?
Give an example for Rootscope in AngularJS?
What is the purpost of using $http service and ajax request in angualrjs?
How does the $resource `get` function work synchronously in angularjs ?
What is routing concepts in angular?
What are directives in angular7?
Why should use angular js?
Write all the steps to configure an angular app(ng-app).
Differentiate between angular and angularjs.
What are ui frameworks?
Why angular is so popular?