logo
Angular - Quiz(MCQ)
The purpose of the providers array of an Angular module is to define the set of:
A)
libraries used by the application including Angular system and third-party libraries.
B)
objects available for dependency injection.
C)
components that the application provides to other parts of the application.
D)
components, custom directives, and custom pipes.

Correct Answer :   objects available for dependency injection.