I assume that you have installed Node.js, NPM, and Visual Studio Code and are ready to use them for development. Now, let's create an Angular application by cloning the git repository with the following steps:
- Open Node.Js Command Prompt and execute the following command:
git clone https://github.com/angular/quickstart my- angular
This command will clone the Angular quickstart repository and create an Angular application named my-angular for you with all the boilerplate codes required.
- Open the my-angular cloned application using Visual Studio Code:
The folder ...