Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 298 Bytes

File metadata and controls

5 lines (5 loc) · 298 Bytes

Angular CLI and its feature

  • for creating a new project ng new <<project name>> eg: ng new testProject
  • ng serve for starting an angular app.
  • ng g component <<Component name>> to create a new component
  • ng lint will check for all lint issues in the project