There are a few more tricks we can do with the router (such as restricting access), but those can be covered in a separate tutorial.
If you need a new route, simply modify app.routes.ts
and follow the following steps:
routes
array. Make sure to include a new path
and component
.