Angular Prerequisite

Nodejs: NPM(Nodejs Package Manager) is used to download all packages related to angular framework.
Typescript:It is use to compile typescript files to javascript files.This process is done by typescript compiler.
Development code are written in typescript language in Angular
VISUAL STUDIO CODE:Code editor to edit the code
ANGULAR CLI: It provides necessary commands to CREATE,COMPILE,EXECUTE,TEST and DEPLOY angular applications.

  • Ng new(CREATE)
  • Ng build (COMPILE)
  • Ng serve (RUN)
  • Ng test(TEST)
  • Ng g (GENERATE)