πŸ“Š Angular
Q. How can you include global styles that apply to the entire Angular application?
  • (A) Add styles in the styles array in angular.json
  • (B) Add styles in component style files
  • (C) Add styles inline in templates
  • (D) Use ngClass directive
πŸ’¬ Discuss
βœ… Correct Answer: (A) Add styles in the styles array in angular.json

Explanation: Global styles are added via angular.json in the styles array.

Explanation by: Mr. Dubey
Global styles are added via angular.json in the styles array.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
71
Total Visits
πŸ“½οΈ
10 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate