CREATE NEW APPLICATION
Create a New Application Using the Angular CLI Tool (ng)
Let's now create your first project:
ng new test-project
Once you execute the code, you will see two questions.
1. Would you like to add Angular routing?
Press Y if you prefer to create a multi-page website. Otherwise, press N.
2. Which stylesheet format would you like to use?
This allows you to choose a stylesheet as per your requirements. Here, we are choosing CSS.