Skip to content

angular/angular-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0bd9a81 · Nov 8, 2023
Oct 30, 2023
Nov 3, 2023
Jul 19, 2021
May 6, 2020
Feb 24, 2023
Nov 12, 2021
May 23, 2023
Oct 20, 2023
Nov 3, 2023
Apr 11, 2023
Nov 8, 2023
Nov 2, 2023
Nov 8, 2023
Oct 31, 2023
Aug 22, 2023
Sep 13, 2023
Sep 9, 2022
Aug 5, 2020
Jan 13, 2023
Oct 13, 2021
Nov 30, 2018
Jun 4, 2021
Jan 18, 2019
Aug 22, 2023
Apr 19, 2021
Aug 14, 2023
Feb 2, 2022
Jul 7, 2023
Nov 12, 2021
Aug 22, 2023
Nov 8, 2023
Mar 13, 2023
Aug 22, 2023
Jun 6, 2018
Aug 22, 2023
Jan 6, 2023
Oct 30, 2023
Oct 30, 2023
Nov 8, 2023
Oct 23, 2023
Aug 22, 2023
Jan 5, 2023
Apr 28, 2021
Sep 8, 2023
Nov 8, 2023

Repository files navigation

Angular CLI - The CLI tool for Angular.


Angular CLI logo

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.

cli.angular.io

Contributing Guidelines · Submit an Issue · Blog

CI status   Discord conversation


Documentation

Get started with Angular CLI, learn the fundamentals and explore advanced topics on our documentation website.

Development Setup

Prerequisites

Setting Up a Project

Install the Angular CLI globally:

npm install -g @angular/cli

Create workspace:

ng new [PROJECT NAME]

Run the application:

cd [PROJECT NAME]
ng serve

Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.

Quickstart

Get started in 5 minutes.

Ecosystem

angular ecosystem logos

Changelog

Learn about the latest improvements.

Upgrading

Check out our upgrade guide to find out the best way to upgrade your project.

Contributing

Contributing Guidelines

Read through our contributing guidelines to learn about our submission process, coding rules and more.

Want to Help?

Want to report a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.

Code of Conduct

Help us keep Angular open and inclusive. Please read and follow our Code of Conduct.

Developer Guide

Read through our developer guide to learn about how to build and test the Angular CLI locally.

Community

Join the conversation and help the community.

Packages

This is a monorepo which contains many tools and packages:

Tools

Project Package Version Links
Angular CLI @angular/cli latest README snapshot
Architect CLI @angular-devkit/architect-cli latest snapshot
Schematics CLI @angular-devkit/schematics-cli latest snapshot

Packages

Project Package Version Links
Angular SSR @angular/ssr latest README snapshot
Architect @angular-devkit/architect latest README snapshot
Build Angular @angular-devkit/build-angular latest README snapshot
Build Webpack @angular-devkit/build-webpack latest README snapshot
Core @angular-devkit/core latest README snapshot
Schematics @angular-devkit/schematics latest README snapshot

Misc

Project Package Version Links
Angular Create @angular/create latest README
Webpack Angular Plugin @ngtools/webpack latest snapshot

Schematics

Project Package Version Links
Angular PWA Schematics @angular/pwa latest snapshot
Angular Schematics @schematics/angular latest snapshot

Love Angular CLI? Give our repo a star ⭐ ⬆️.