Skip to content

Instantly share code, notes, and snippets.

@gchaldu
Last active December 25, 2025 17:44
Show Gist options
  • Select an option

  • Save gchaldu/7577c0e0d0ea9a19e9b6bd8b0f95ca72 to your computer and use it in GitHub Desktop.

Select an option

Save gchaldu/7577c0e0d0ea9a19e9b6bd8b0f95ca72 to your computer and use it in GitHub Desktop.
Angular Instalaciones y comando principales

Angular Logo

Angular instalaciones básicas

  1. Node JS

  2. VSCode - Visual Studio Code

  3. Google Chrome

  4. Postman

  5. Git

git config --global user.name "Tu nombre"
git config --global user.email "Tu correo"

AngularCLI

Documentación oficial de Angular CLI

Ejecutar el siguiente comando como administrador

npm install -g @angular/cli

Habilitar Terminal en VS Code

Mira el video en YouTube

Extensiones de VSCode

Extensiones de Chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment