Answers

Question and Answer:

  Home  AngularJS Developer

⟩ Explain me what is injector?

An injector is a service locator. It is used to retrieve object instances as defined by provider, instantiate types, invoke methods and load modules. There is a single injector per Angular application, it helps to look up an object instance by its name.

 188 views

More Questions for you: