TrainingITCourses / minsait-ng_dev-23_04

Curso de introducción a Angular para Minsait Abril2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minsait NgDev 23 04

Curso de introducción a Angular para Minsait Abril2023

FECHA HORARIO Horas
MIE 12 ABR 16:00 – 19:00 3
VIE 14 ABR 09:30 – 13:30 4
MIE 19 ABR 16:00 – 19:00 3
VIE 21 ABR 09:30 – 13:30 4
MIE 26 ABR 16:00 – 19:00 3
VIE 28 ABR 09:30 – 13:30 4

Sample Repository

Repository on GitHub

# clone repository
git clone https://github.com/TrainingITCourses/minsait-ng_dev-23_04.git

Installation and new generation

node -v
# Install Angular CLI
npm install -g @angular/cli
# Generate a new project
ng new your-name
cd minsait-ng_dev-23_04
npm install
npm start

⚙️ Settings

🧩 Extensions

👩🏼‍⚖️ EsLint rules

⌨ VS Code Shortcuts

TOP 10

  • F1 :command list
  • CTRL+P : file
  • CTRL+T : search code
  • CTRL+K CTRL+Z : code comment
  • CTRL+K CTRL+U : uncomment code
  • F12 : go to definition
  • CTRL+Ñ : show hide terminal
  • CTRL+B: show hide navigation bar
  • CTRL+K S : save al files
  • ALT+up|dawn : move line

🧑🏼‍💻 By Alberto Basalo

twitter albertobasalo

git albertobasalo

About

Curso de introducción a Angular para Minsait Abril2023


Languages

Language:TypeScript 86.1%Language:HTML 9.8%Language:JavaScript 3.2%Language:CSS 0.8%