Create a new Angular project
Serve the application
Build the application
Run unit tests
ng test
Run tests in watch mode
Run tests once
ng test --watch=false
Generate Angular components, services, etc.
Run the test watcher
Write API tests