Search results
Learn how to use the Angular CLI to create, build, and serve Angular applications from a command shell. Find out the basic workflow, workspace and project configuration, command-line syntax, and schematics for generating and modifying files.
Angular CLI is a npm package that lets you create, develop, test, and deploy Angular applications from a command shell. Learn how to use ng commands, schematics, and builders with Angular CLI.
Learn how to set up a local Angular project with Node.js, a text editor, and the Angular CLI. Follow the instructions to create, run, and explore your first Angular app.
@angular/cli is the CLI tool for Angular, a framework for building web applications. Learn how to use it in your project by running `npm i @angular/cli` and see the README file for usage information and reference details.
The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell. angular.dev/tools/cli
Learn how to use the Angular CLI commands to create, build, test, and deploy Angular applications and libraries. See the command aliases, descriptions, and examples for each command.
Learn how to set up your local environment for development with the Angular CLI, a command-line interface for creating and managing Angular applications. The docs also cover the fundamental concepts and architecture of Angular apps.