AngularJS Developer Question:
Download Questions PDF

Explain which components can be injected as a dependency in AngularJS?

Answer:

AngularJS provides a supreme Dependency Injection mechanism. It provides following core components which can be injected into each other as dependencies.

value
factory
service
provider
constant

Download AngularJS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me if you were to migrate from Angular 1.4 to Angular 1.5, what is the main thing that would need refactoring?What is ng-hide directive?