npm Cheat Sheet
Quick-lookup for installing the Angular CLI toolchain via npm. For .NET front-end developers setting up a local Angular environment.
Angular CLI setup
Install the global packages required to scaffold and build Angular projects.
| Command | Description |
|---|---|
npm install -g typescript |
Install the TypeScript compiler globally |
npm install -g @angular/cli |
Install the Angular CLI globally |
1
2
npm install -g typescript
npm install -g @angular/cli
This post is licensed under
CC BY 4.0
by the author.