What is dependency injection in AngularJS?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online AngularJS Job Interview Questions And Answers