0 views

Angular CLI Commands

ng help – Displasy commands and flags
ng new – Creates new Angular application
ng serve – Launches a server
ng generate – Generates file from blueprint
ng test – Runs unit tests usning Karma
ng e2e – Runs end to end tests using Protractor
ng build – Compiles into an output directory

Leave a Reply