From f2671c32c84dd47d5f8f79054142433a799eb4be Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:44:41 -0400 Subject: [PATCH] docs(angular): add local setup content (#6899) --- .../content/local-setup@FVH0lnbIZ2m5EfF2EJ2DW.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/local-setup@FVH0lnbIZ2m5EfF2EJ2DW.md b/src/data/roadmaps/angular/content/local-setup@FVH0lnbIZ2m5EfF2EJ2DW.md index 8f8896414..cc0b5929b 100644 --- a/src/data/roadmaps/angular/content/local-setup@FVH0lnbIZ2m5EfF2EJ2DW.md +++ b/src/data/roadmaps/angular/content/local-setup@FVH0lnbIZ2m5EfF2EJ2DW.md @@ -1 +1,10 @@ -# Local Setup \ No newline at end of file +# 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) \ No newline at end of file