Q. What is a pure pipe in Angular?

  • (A) A pipe that modifies DOM directly
  • (B) A pipe that does not depend on input changes
  • (C) A pipe with no side effects
  • (D) A pipe that recalculates only when inputs change
πŸ’¬ Discuss
βœ… Correct Answer: (D) A pipe that recalculates only when inputs change
Explanation: Pure pipes execute only when their input values change, optimizing performance.
Explanation by: Mr. Dubey
Pure pipes execute only when their input values change, optimizing performance.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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