Q. What is the purpose of the Angular `RouterModule`?
β
Correct Answer: (A)
To configure and manage navigation in the application
Explanation: `RouterModule` is used to configure routes and enable navigation between components.