docs(angular): add local setup content (#6899)

pull/6937/head
J. Degand 2 months ago committed by GitHub
parent 7183bc7382
commit f2671c32c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      src/data/roadmaps/angular/content/local-setup@FVH0lnbIZ2m5EfF2EJ2DW.md

@ -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…
Cancel
Save