Q. What is the purpose of the Angular 'RouterModule.forRoot()' method?
β
Correct Answer: (A)
To configure root level routes for the application
Explanation: forRoot() is used once in the root module to set up application routes.