Q. Which Angular decorator is used to create a reusable directive?
β
Correct Answer: (B)
@Directive
Explanation: @Directive is used to define attribute or structural directives.