1. Create a new Angular CLI application

  • In the folder you would like to create this project run the following command

ng new testing
  • Change directory into the new project and open the CLI in Visual Studio Code

cd testing && code .
  • Run the application

ng serve

Last updated