Thursday, November 5, 2015

AngularJS - What is injector?

Ref:- http://career.guru99.com/top-25-angular-js-interview-questions/

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.

No comments:

Post a Comment