Angular

ANGULAR

Angular Extensions for VS Code:

  1. Angular Files - Alexander Ivanichev
  2. Angular Language Service - Angular
  3. Angular Snippets 13 - John Papa
  4. Material Icon Theme - Philipp Kief
  5. Prettier Code Formatter - Prettier
  6. Tailwind CSS Intellisense
  7. Windows Colors

AngularJS Vs Angular:


Command to install Angular:

npm i @angular/cli
e.g., npm i @angular/cli@13.0.0

Command to verify Node.js version:
node -v
node --version

Command to install a different Node Version Module:
nvm i latest

Command to list all the available node versions installed in our machine:
nvm ls

Command to use a specific node version:
nvm use node_version_number






0 Comments