Q. What does the `@Injectable()` decorator do?
β
Correct Answer: (A)
Marks a class as available for dependency injection
Explanation: `@Injectable()` tells Angular to manage and inject instances of the class.