Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angular/angular
Deliver web apps with confidence 🚀
https://github.com/angular/angular
angular javascript pwa typescript web web-framework web-performance
Last synced: 6 days ago
JSON representation
Deliver web apps with confidence 🚀
- Host: GitHub
- URL: https://github.com/angular/angular
- Owner: angular
- License: mit
- Created: 2014-09-18T16:12:01.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T14:56:33.000Z (16 days ago)
- Last Synced: 2025-01-02T14:02:44.906Z (10 days ago)
- Topics: angular, javascript, pwa, typescript, web, web-framework, web-performance
- Language: TypeScript
- Homepage: https://angular.dev
- Size: 496 MB
- Stars: 96,560
- Watchers: 3,015
- Forks: 25,666
- Open Issues: 1,734
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-typescript - angular - (Table of Contents / Application Frameworks (Client-side))
- my-awesome-list - angular
- awesome-angular - GitHub Repo
- awesome-learning-resources - Angular's Source Code
- awesome-game-engine-dev - Angular - The modern web developer's platform. (Libraries / JavaScript)
- awesome-ng2 - Github地址
- awesome-github-star - angular
- awesome-luooooob - angular/angular - Deliver web apps with confidence 🚀 (TypeScript)
- stars - angular/angular - Deliver web apps with confidence 🚀 (TypeScript)
- awesome - angular
- awesome-learning-resources - Angular's Source Code
- StarryDivineSky - angular/angular
- awesome-javascript - angular - Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages. (MVC Frameworks and Libraries / Runner)
- awesome-angular - GitHub Repo
- awesome-frontend - angular - The modern web developer’s platform. ![](https://img.shields.io/github/stars/angular/angular.svg?style=social&label=Star) (Repository / JavaScript Framework)
- jimsghstars - angular/angular - Deliver web apps with confidence 🚀 (TypeScript)
- angular-awesome-list - GitHub репозиторий
- fucking-awesome-angular - GitHub Repo
- fucking-awesome-angular - GitHub Repo
- awesome-learning-resources - Angular's Source Code
- awesome-learning-resources - Angular's Source Code
README
Angular - The modern web developer's platform
Angular is a development platform for building mobile and desktop web applications
using TypeScript/JavaScript and other languages.
Contributing Guidelines
·
Submit an Issue
·
Blog
## 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]### Local Development
To contribute to the Angular Docs, check out the [Angular.dev README](adev/README.md)
## Development Setup
### Prerequisites
- Install [Node.js] which includes [Node Package Manager][npm]
### 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][quickstart].
## Ecosystem
- [Angular Command Line (CLI)][cli]
- [Angular Material][angularmaterial]## Changelog
[Learn about the latest improvements][changelog].
## Upgrading
Check out our [upgrade guide](https://angular.dev/update-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.
- [X (formerly Twitter)][X (formerly Twitter)]
- [Discord][discord]
- [Gitter][gitter]
- [YouTube][youtube]
- [StackOverflow][stackoverflow]
- Find a Local [Meetup][meetup][![Love Angular badge](https://img.shields.io/badge/angular-love-blue?logo=angular&angular=love)](https://www.github.com/angular/angular)
**Love Angular? Give our repo a star :star: :arrow_up:.**
[contributing]: CONTRIBUTING.md
[quickstart]: https://angular.dev/tutorials/learn-angular
[changelog]: CHANGELOG.md
[ng]: https://angular.dev
[documentation]: https://angular.dev/overview
[angularmaterial]: https://material.angular.io/
[cli]: https://angular.dev/tools/cli
[architecture]: https://angular.dev/essentials
[componentstemplates]: https://angular.dev/tutorials/learn-angular/1-components-in-angular
[forms]: https://angular.dev/tutorials/learn-angular/15-forms
[api]: https://angular.dev/api
[angularelements]: https://angular.dev/guide/elements
[ssr]: https://angular.dev/guide/ssr
[schematics]: https://angular.dev/tools/cli/schematics
[lazyloading]: https://angular.dev/guide/ngmodules/lazy-loading
[node.js]: https://nodejs.org/
[npm]: https://www.npmjs.com/get-npm
[codeofconduct]: CODE_OF_CONDUCT.md
[X (formerly 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.dev/guide/animations