franaragm / ng-dev

πŸ…°οΈ Sample code for Angular development courses by https://albertobasalo.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NgDev

Sample code for Angular development courses by Alberto Basalo

Generated with Angular CLI 16

ng new nd-dev -s -t -p=lab --routing --standalone --style=css

Clone Repository, install dependencies, and run the project

Repository on GitHub

# clone repository
git clone https://github.com/AlbertoBasalo/ng-dev.git
cd ng_dev
# install dependencies
npm i
# run api server (in one terminal)
npm run api
# run project (in another terminal)
npm start
# open browser at http://localhost:4200

πŸ›  VS Code configuration

βš™οΈ Settings

🧩 Extensions

πŸ‘©πŸΌβ€βš–οΈ EsLint rules

⌨ VS Code Shortcuts

  • 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|down : move line

πŸ§‘πŸΌβ€πŸ’» By Alberto Basalo

twitter albertobasalo

git albertobasalo

About

πŸ…°οΈ Sample code for Angular development courses by https://albertobasalo.dev


Languages

Language:TypeScript 98.9%Language:CSS 0.8%Language:HTML 0.3%