To create the angular project in Visual Studio Code, we need install nodejs, angular cli, please follow the steps in below video.
Step 1: Install Angular CLI
npm install -g @angular/cli
Step 2: Create New project using Angular CLI
ng new <project name>
Step 3: Open with visual solution : code .
Step 4: run the angular applciation using cli command.
ng serve –open