Q. What is the Angular decorator used to create a component?
β
Correct Answer: (A)
@Component
Explanation: @Component decorator is used to define an Angular component.