Angular Basic Routing

1. First step is repository Setup:

Naming my Github repository “AngularBasicRouting“

2. Create Four Components:

  • login

  • signup

  • homepage

  • landing page

3. Set Up Routing

Set up Angular routing to navigate between the login, signup, homepage, and landing page components.

After inputting routes we need to import the “RouterLink“

And then we can run the program

First for the homepage

Second for the landing page

Third for the login page

And last for the signup page

After finishing the routing in angular we can add, commit and push the file into our Github account.

Knowing the status of our program if some files are changed and need to be added:

Add the files to our repository:

Commit the following changes:

Finished task:

GITHUB LINK: https://github.com/rodney-lqr/AngularBasicRouting