Q. What is the primary use of the Angular TestBed utility?
β
Correct Answer: (C)
Unit testing Angular components
Explanation: TestBed is used to configure and initialize environments for unit testing.