Q&A
Ask and answer questions to make information more available to wider audiences.
Jesse Shurdot @shurdotjesse   29, Mar 2023 12:00 AM
Injector in AngularJS
Can someone explain injector in AngularJS?
answers 1
 
Answer 1
Ryan Burden @ryanburden70   29, Mar 2023 05:50 PM
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 lookup an object instance by its name.