Q. How do you navigate to another route in Angular programmatically?
β
Correct Answer: (C)
this.router.navigate(['/route'])
Explanation: Use the Router service’s `navigate` method to change routes programmatically.