Q. Which decorator is used to inject dependencies into Angular components or services?
β
Correct Answer: (A)
@Inject
Explanation: @Inject decorator is used for manual dependency injection.