xxxxxxxxxx
npm install -g @angular/cli // Install the Angular CLI
ng new my-app // Creat a new Angular app
cd my-app // change to the app directory
code . // Open VS Code for the current directory