Q. How do you add CSS styles specific to an Angular component?
β
Correct Answer: (A)
By using the styles or styleUrls property in @Component
Explanation: Component-specific styles are scoped via these properties.