In this tutorial, I explained about login page along with master layout in simple and easiest way.
So in order to create the layouts, we need to follow the below steps:
1. Install Jquery (Using npm i jquery)
2. Install Bootstrap 4 (Using npm i bootstrap)
3. Import bootstrap 4 css in styles.scss
4. Register bootstrap 4 in angular.json
5. Configure Route for root
6. Modify app.module to layout.module
Please watch the video for the rest of the steps.
Here also I explained about angular routing little bit and how to modify the default app module to our customize module.
References:
Login layout: https://bootsnipp.com/snippets/vl4R7
Navigation:
https://www.w3schools.com/bootstrap4/...
#angular7routing #angular7 #loginwithmasterlayout