Q. What is the selector property in @Component decorator used for?
β
Correct Answer: (A)
To define the HTML tag for using the component
Explanation: The selector specifies how to use the component in templates.