Q. What is the purpose of services in Angular?
β
Correct Answer: (C)
Handling dependency injection and reusable logic
Explanation: Services are used for business logic and sharing data across components.