Angular

The modern web developer’s platform

README

Angular - The modern web developer's platform.

angular-logo
Angular is a development platform for building mobile and desktop web applications
using Typescript/JavaScript and other languages.

www.angular.io

Contributing Guidelines Submit an Issue Blog

CI status Angular on npm Discord conversation

InsightsSnapshot


Documentation


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

- [Getting Started][quickstart]
- [Architecture][architecture]
- [Components and Templates][componentstemplates]
- [Forms][forms]
- [API][api]

Advanced


- [Angular Elements][angularelements]
- [Server Side Rendering][ssr]
- [Schematics][schematics]
- [Lazy Loading][lazyloading]
- [Animations][animations]

Development Setup


Prerequisites


- Install [Node.js] which includes [Node Package Manager][npm]

Setting Up a Project


Install the Angular CLI globally:

  1. ```
  2. npm install -g @angular/cli
  3. ```

Create workspace:

  1. ```
  2. ng new [PROJECT NAME]
  3. ```

Run the application:

  1. ```
  2. cd [PROJECT NAME]
  3. ng serve
  4. ```

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

Quickstart


[Get started in 5 minutes][quickstart].

Ecosystem


- [Angular Command Line (CLI)][cli]
- [Angular Material][angularmaterial]

Changelog


[Learn about the latest improvements][changelog].

Upgrading


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

Contributing


Contributing Guidelines


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

Want to Help?


Want to report a bug, contribute some code, or improve the documentation? Excellent! Read up on our guidelines for [contributing][contributing] and then check out one of our issues labeled as [help wanted](https://github.com/angular/angular/labels/help%20wanted) or [good first issue](https://github.com/angular/angular/labels/good%20first%20issue).

Code of Conduct


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

Community


Join the conversation and help the community.

- [Twitter][twitter]
- [Discord][discord]
- [Gitter][gitter]
- [YouTube][youtube]
- [StackOverflow][stackoverflow]
- Find a Local [Meetup][meetup]
Love Angular badge

Love Angular? Give our repo a star :star: :arrow_up:.

[contributing]: CONTRIBUTING.md
[quickstart]: https://angular.io/start
[changelog]: CHANGELOG.md
[ng]: https://angular.io
[documentation]: https://angular.io/docs
[angularmaterial]: https://material.angular.io/
[cli]: https://cli.angular.io/
[architecture]: https://angular.io/guide/architecture
[componentstemplates]: https://angular.io/guide/displaying-data
[forms]: https://angular.io/guide/forms-overview
[api]: https://angular.io/api
[angularelements]: https://angular.io/guide/elements
[ssr]: https://angular.io/guide/universal
[schematics]: https://angular.io/guide/schematics
[lazyloading]: https://angular.io/guide/lazy-loading-ngmodules
[node.js]: https://nodejs.org/
[npm]: https://www.npmjs.com/get-npm
[codeofconduct]: CODE_OF_CONDUCT.md
[twitter]: https://www.twitter.com/angular
[discord]: https://discord.gg/angular
[gitter]: https://gitter.im/angular/angular
[stackoverflow]: https://stackoverflow.com/questions/tagged/angular
[youtube]: https://youtube.com/angular
[meetup]: https://www.meetup.com/find/?keywords=angular
[animations]: https://angular.io/guide/animations