Angular

Angular CLI commands for creating and managing Angular applications

5 commands
Search & Copy
Save Favorites
5
Total Commands
100%
Free Access
Lightning Fast

Available Commands

Click on any command to copy it instantly

5 commands available
5 of 5
Resources

Master Angular

Become proficient in Angular development

angular

Create Angular Project

Create a new Angular project

ng new my-app
angular
create
project
angular

Serve Application

Serve the application

ng serve
angular
serve
dev
angular

Build Application

Build the application

ng build
angular
build
production
angular

Generate Components

Generate Angular components, services, etc.

ng generate component my-component
angular
generate
component
angular

Run Tests

Run unit tests

ng test
angular
test
karma

Missing a command?

Help us improve this collection by suggesting commands that should be added. Your contributions help the entire developer community!