Adding Dashboard Feature

Let's add the dashboard feature and set its routing.

We'll cover the following...

We now have the ability to create and log in new users who are signing up for the first time. As we wrote in a few comments, we’d like to redirect them to a user dashboard. In our end product, our dashboard will contain a calendar displaying events, but for now, we only want to create the dashboard module, configure its routing, and redirect our users to this new view.

Setting-Up user dashboard

First, we need to create our dashboard module and component.

 ...