Angular CLI

A command line interface for Angular

ng new

The Angular2 CLI makes it easy to create an application that already works, right out of the box. It already follows Angular best practices!

ng generate

Generate components, routes, services and pipes with a simple command. The CLI will also create simple test shells for all of these.

ng serve

Simple local debugging. Change your code, wait a few milliseconds to build, and your webpage is automatically reloaded!

ng deploy

Easily put your application in production.

Test, Lint, Format

Make your code really shine. Run your unittests or your end-to-end tests with the breeze of a command. Execute the official Angular2 linter and run clang format.