angular installation - project builds

First, download and install angular command line

  • npm install -g typescript typings
  • npm install -g angular-cli@latest
  • ng -v to check whether the installation was successful
  • Successful installation is shown below
  •  

  • New Project: ng new project name

Guess you like

Origin www.cnblogs.com/xiaoxiaodevlog/p/11118734.html