Back to the routes
All right, now it's time to implement routing for our application! In the upcoming topics, we'll create the following routes for our application:
Route path | Description |
---|---|
| This route will activate the project container component in the outlet of our root application component. This consists of the |
| This route will activate the |
| This route will activate the |
You can directly relate the preceding route configuration to the composition...