Q. How can you include global styles that apply to the entire Angular application?
β
Correct Answer: (A)
Add styles in the styles array in angular.json
Explanation: Global styles are added via angular.json in the styles array.