Q. What does the `selector` property in `@Component` specify?
β
Correct Answer: (A)
The HTML tag used to represent the component
Explanation: The `selector` tells Angular which HTML element represents the component.