docs(angular): add local setup content (#6899)
parent
7183bc7382
commit
f2671c32c8
1 changed files with 10 additions and 1 deletions
@ -1 +1,10 @@ |
||||
# Local Setup |
||||
# Local Setup |
||||
|
||||
To install Angular CLI on your local system, you need to install `Node.js`. Angular requires an active LTS or maintenance LTS version of Node. Angular CLI uses Node and its associated package manager, npm, to install and run JavaScript tools outside the browser. Once you have Node installed, you can run `npm install -g @angular/cli` to install the Angular CLI. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Angular Official Docs - Local set-up](https://angular.dev/tools/cli/setup-local) |
||||
- [@official@Angular Official Docs - Version compatibility guide](https://angular.dev/reference/versions) |
||||
- [@video@How To Install Angular CLI In Windows 10 | In Under 2 Minutes!](https://www.youtube.com/watch?v=vjgACKkPENg) |
||||
- [@video@How to Install Multiple Versions of Angular in Your Development Environment](https://www.youtube.com/watch?v=LYNG3kcKRQ8) |
Loading…
Reference in new issue