Create About Section of Application
Let's add the About page to our application.
Let’s discuss the steps you’ll need to take to add this About section to our application
Step 1: Create AboutModule
First, you have to navigate to the app
folder and create a new about
module using the following command:
ng generate module about
📝 Note: Click the terminal window and see what happens!
Step 2: Create AboutPageComponent
Navigate to the about
...