Nitin Choudhary
Explain what is injector?
By Nitin Choudhary in Angular on Jan 20 2015
  • Naveen Bisht
    Jun, 2016 30

    injector is property

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 19

    Angular injector subsystem is in charge of creating components, resolving their dependencies, and providing them to other components as requested.

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 19

    Angular injector subsystem is in charge of creating components, resolving their dependencies, and providing them to other components as requested.

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 19

    Dependency Injection (DI) is a software design pattern that deals with how components get hold of their dependencies.The Angular injector subsystem is in charge of creating components, resolving their dependencies, and providing them to other components as requested.

    • 0
  • Munesh Sharma
    May, 2016 1

    https://docs.angularjs.org/guide/di

    • 0
  • Nitin Choudhary
    Jan, 2015 20

    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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS