Q. Which Angular decorator is used to inject services in a constructor?
β
Correct Answer: (B)
@Inject
Explanation: @Inject is used to specify a custom provider token when injecting a service.