Q. What is the role of the RouterModule.forRoot() method?
β
Correct Answer: (B)
To define routes at the root level
Explanation: RouterModule.forRoot() sets up routing for the root app module.