Q. Which class in Angular represents the active route and its data?
β
Correct Answer: (A)
ActivatedRoute
Explanation: ActivatedRoute contains information about the current route, including parameters and data.