Q. Which decorator is used to define a service in Angular?
β
Correct Answer: (A)
@Injectable
Explanation: Services are marked with the @Injectable decorator to indicate that they can be injected into components.