employer cover photo
employer logo
employer logo

Uneecops Technologies

Is this your company?

Uneecops Technologies Interview Question

Explain Dependency Injection in angular ?

Interview Answer

Anonymous

Nov 21, 2020

Dependency injection is an application design pattern that is implemented by Angular and forms the core concepts of Angular. Let us understand in a detailed manner. Dependencies in Angular are services which have a functionality. Various components and directives in an application can need these functionalities of the service. Angular provides a smooth mechanism by which these dependencies are injected into components and directives.