COMMAND | DESCRIPTION |
npm install -g @angular/cli | install angular cli |
version | Outputs Angular CLI version |
node –version | version to check node version |
npm –version | to check npm version |
ng –version | to check angular version |
ng generate component filename | Generates and/or modifies files based on a schematic |
add | Adds support for an external library to your project |
ng cache | clear ng cache |
ng update [packages..] | update cache |
ng serve | Builds and serves your application, rebuilding on file change |
Subscribe
Login
0 Comments