Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (45k points)

Could someone tell me what is Dependency Injection in Angular?

1 Answer

0 votes
by (99k points)

Dependency Injection or DI, in Angular, is a term that represents a design pattern in which class requests dependencies, from external sources. These design patterns don’t allow the classes to create these dependencies themselves. In short, these DIs enable the ability to add functionality to the components at the runtime environment.

Wish to learn Angular and master it? Check out the Angular JS course from Intellipaat, which offers you the instructor-led training course and guided projects to help you get started. Also, watch the below video on Angular JSTutorial for Beginners, if you are just starting out.

Related questions

0 votes
1 answer
asked Feb 22, 2021 in Web Technology by dev_sk2311 (45k points)
0 votes
1 answer
asked Feb 22, 2021 in Web Technology by dev_sk2311 (45k points)
0 votes
1 answer
0 votes
1 answer
asked Feb 22, 2021 in Web Technology by dev_sk2311 (45k points)
0 votes
1 answer
asked Feb 22, 2021 in Web Technology by dev_sk2311 (45k points)

Browse Categories

...