Angular cli is a useful toolset which helps in development,testing and deployment of Angular applications. Check if cli is installed ng –version Install latest version of angular cli npm install -g @angular/cli@latest Create new Angular project using cli 1.Create folder where you want to create Angular application 2.Open command prompt and navigate to the above […]