Angular Shortcuts and CLI Terminal Commands
Angular Shortcuts and Terminal Commands
Manage Angular Environment
Create New Application |
||
Create Application | ng new angularpractice --no-standalone | |
Update Material |
||
Update Material latest version | npm update @angular/material @angular/cdk or ng update @angular/material | |
Update CLI to latest version |
One essential tool for managing your Angular applications is the Angular CLI (Command Line Interface).
|
|
CLI Commands
Manage Angular Environment | ||
Build and compile App |
ng build Command
|
|
Generate and/or modify file |
ng generate Command
|
|
...
What's Your Reaction?