Q. How does Angular detect changes in template variables?

  • (A) Using dirty checking
  • (B) By polling variable values
  • (C) With explicit change detection calls
  • (D) Through zone.js and Angular's change detection mechanism
πŸ’¬ Discuss
βœ… Correct Answer: (D) Through zone.js and Angular's change detection mechanism
Explanation: Angular uses zone.js to intercept async events and trigger change detection.
Explanation by: Mr. Dubey
Angular uses zone.js to intercept async events and trigger change detection.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
78
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate