Q. What is the significance of the 'providers' array in an @NgModule or @Component?
β
Correct Answer: (A)
To register services with the dependency injection system
Explanation: The providers array registers injectable services in a module or component scope.