Thursday, November 5, 2015

AngularJS - Which components can be injected as a dependency in AngularJS?

Ref:- http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

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

No comments:

Post a Comment