Reference Link: https://angular.cn/guide/setup-local
Download nodejs (LTS version) from nodejs.org and install it; this installs the NPM package management tool as well
Make sure you run
node -v
in the Command Prompt and it runs successfully and returns the version number
Run npm
npm install -g @angular/cli
in Command Prompt to install the angular CLI toolsMake sure you run
ng --help
can return ng command help information
Install VS Code exteison
Angular Language Service
andESLint