Q. What does Angular use to control asynchronous operations in tests?
β
Correct Answer: (A)
fakeAsync and tick
Explanation: fakeAsync and tick help simulate the passage of time in async operations.