Skip to content

angular-indonesia/angular-cli

This branch is 1138 commits ahead of, 260 commits behind angular/angular-cli:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 31, 2025
Jan 31, 2025
Jun 10, 2024
Jan 10, 2025
Dec 16, 2024
Jan 16, 2025
Jan 28, 2025
Jan 29, 2025
Jan 31, 2025
Jan 30, 2025
Jan 30, 2025
Jan 31, 2025
Jan 30, 2025
Jan 23, 2025
Jan 8, 2025
Dec 16, 2024
Aug 5, 2020
Dec 16, 2024
Nov 30, 2018
Jun 10, 2024
Jan 18, 2019
Apr 18, 2024
Jan 23, 2025
Mar 12, 2024
Dec 16, 2024
Jul 7, 2023
Sep 19, 2024
Jan 30, 2025
Jan 29, 2025
Mar 13, 2023
Apr 18, 2024
Jan 8, 2025
Nov 27, 2024
May 27, 2024
Jan 31, 2025
Jan 29, 2025
Jan 31, 2025
Jan 31, 2025
Jan 29, 2025
Jan 16, 2025
Jan 23, 2025
Aug 22, 2024
Jan 23, 2025
Jun 25, 2024
Jan 21, 2025
Jan 31, 2025

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.

angular.dev/tools/cli

Contributing Guidelines · Submit an Issue · Blog


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 Build System @angular/build latest README snapshot
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 ⭐ ⬆️.

About

CLI tool for Angular

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 94.7%
  • Starlark 2.4%
  • HTML 1.5%
  • JavaScript 1.1%
  • EJS 0.2%
  • Shell 0.1%