Task - Routing
- Create a new component called
homeunderformsdirectory. - Give our home page some styling and template (static or dynamic).
- Lazily route
homecomponent. - Similarly, create a 404 page for our application when none of the route matches.
Wildcard route for a 404 page is { path: '**', component: PageNotFoundComponent }