#162

Published: 19 February 2024
on channel: procademy
2,430
62

In this lecture, we are going to work on couple of functionalities. First of all, when a user is successfully signed up or logged in, we will redirect that user to the dashboard page.

Secondly, in the navbar, we are going to show / hide some of the menu links based on if the user is logged-in or not. For example, we will display DASHBOARD link only to logged in users. And LOGIN link should be displayed only to non-logged-in users.

DOWNLOAD STARTUP PROJECT FROM HERE: https://github.com/manojjha86/angular...

DOWNLOAD FINAL PROJECT CODE FROM HERE: https://github.com/manojjha86/angular...