Hierarchical Dependency Injection in Angular means that if you request a service from an injector, it will retrieve it from the current injector or from any of its _____ injectors.

  • Child
  • Parent
  • Root
  • Sibling
In Angular, Hierarchical Dependency Injection means that if you request a service from an injector, it will retrieve it from the current injector or from any of its Parent injectors.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *