Q. Which of the following is a correct way to include CSS styles in an Angular component?
β
Correct Answer: (A)
Using the styles or styleUrls metadata properties
Explanation: Angular components use styles or styleUrls in @Component metadata to apply CSS.