Q. What does ChangeDetectorRef.detach() do?
β
Correct Answer: (B)
Stops change detection for the component
Explanation: detach() removes the component from change detection tree.