What is dependency injection in Angular 8?
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 used in Angular 8 that allows components to request services from a central location rather than creating them themselves. This makes it easier to manage dependencies and reuse code across different parts of an application.