What is the RouterModule.forRoot method used for?
Registering any providers that you intend to use in routed components.
Registering route definitions at the root application level.
Declaring that you intend to use routing only at the root level. O'REILLY
Indicating that Angular should cheer on your routes to be successful.