- Notifications
You must be signed in to change notification settings - Fork12k
angular/angular-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
Contributing Guidelines ·Submit an Issue ·Blog
Get started with Angular CLI, learn the fundamentals and explore advanced topics on our documentation website.
- InstallNode.js which includesNode Package Manager
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.
Learn about the latest improvements.
Check out ourupgrade guide to find out the best way to upgrade your project.
Read through ourcontributing guidelines to learn about our submission process, coding rules and more.
Want to report a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines forcontributing and then check out one of our issues labeled ashelp wanted orgood first issue.
Help us keep Angular open and inclusive. Please read and follow ourCode of Conduct.
Read through ourdeveloper guide to learn about how to build and test the Angular CLI locally.
Join the conversation and help the community.
This is a monorepo which contains many tools and packages:
Project | Package | Version | Links |
---|---|---|---|
Angular Build System | @angular/build | ||
Angular CLI | @angular/cli | ||
Architect CLI | @angular-devkit/architect-cli | ||
Schematics CLI | @angular-devkit/schematics-cli |
Project | Package | Version | Links |
---|---|---|---|
Angular SSR | @angular/ssr | ||
Architect | @angular-devkit/architect | ||
Build Angular | @angular-devkit/build-angular | ||
Build Webpack | @angular-devkit/build-webpack | ||
Core | @angular-devkit/core | ||
Schematics | @angular-devkit/schematics |
Project | Package | Version | Links |
---|---|---|---|
Angular Create | @angular/create | ||
Webpack Angular Plugin | @ngtools/webpack |
Project | Package | Version | Links |
---|---|---|---|
Angular PWA Schematics | @angular/pwa | ||
Angular Schematics | @schematics/angular |
Love Angular CLI? Give our repo a star ⭐ ⬆️.
About
CLI tool for Angular
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.