Answers

Question and Answer:

  Home  AngularJS

⟩ What is dependency injection in AngularJS?

DI or Dependency Injection is a software design pattern that deals with how code gets hold of its dependencies. In order to retrieve elements of the application which is required to be configured when module gets loaded , the operation "config" uses dependency injection.

 221 views

More Questions for you: