Member-only story
Creating a Simple Login Using Angular (Angular + Spring Boot) #Part2 — Learning Angular
2 min readDec 9, 2021
INTRODUCTION
In the previous article, we created the Login Component Template. In #Part2, we will continue by creating a Component for the Index or Dashboard
COMPONENT HOME
Here, we will only display a simple view with the wording ‘Welcome’ after a successful login.
COMPONENT TEMPLATE DASHBOARD
Similar to the Login Component Template we created earlier, this time we will create the Dashboard Component Template. Here, we will create routing to the Home Component.