What is dependency injection in AngularJS?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
Dependency injection is a design pattern in AngularJS that facilitates building loosely linked components by injecting dependencies (services, objects, functions, etc.) into the required components.