Q. What is a pure pipe in Angular?
β
Correct Answer: (D)
A pipe that recalculates only when inputs change
Explanation: Pure pipes execute only when their input values change, optimizing performance.