Improve this DocGuide to AngularJS Documentation
On this page, you will find a list of official AngularJS resources on various topics.
Just starting out with AngularJS? Try working through our step by step tutorial or try building on our seed project.
Ready to find out more about AngularJS?
Core Concepts
Templates
In AngularJS applications, you move the job of filling page templates with data from the server to the client. The result is a system better structured for dynamic page updates. Below are the core features you'll use.
- Data binding
- Expressions
- Interpolation
- Directives
- Views and routes (see the example)
- Filters
- HTML compiler
- Forms
Application Structure
- App wiring: Dependency injection
- Exposing model to templates: Scopes
- Bootstrap: Bootstrapping an app
- Communicating with servers: $http, $resource
Other Features
- Animation: Core concepts, ngAnimate API
- Security: Security Docs, Strict Contextual Escaping, Content Security Policy, $sanitize, video
- Internationalization and Localization: AngularJS Guide to i18n and l10n, date filter, currency filter, Creating multilingual support
- Touch events: Touch events
- Accessibility: ngAria
Testing
- Unit testing: Karma, Unit testing, Testing services,
- End-to-End Testing: Protractor, e2e testing guide
Community Resources
We have set up a guide to many resources provided by the community, where you can find lots of additional information and material on these topics, a list of complimentary libraries, and much more.
Getting Help
The recipe for getting help on your unique issue is to create an example that could work (even if it doesn't) in a shareable example on Plunker, JSFiddle, or similar site and then post to one of the following:
Official Communications
Official announcements, news and releases are posted to our blog, G+ and Twitter:
Contributing to AngularJS
Though we have a core group of core contributors at Google, AngularJS is an open source project with hundreds of contributors. We'd love you to be one of them. When you're ready, please read the Guide for contributing to AngularJS.
Something Missing?
Didn't find what you're looking for here? Check out the External AngularJS resources guide.
If you have awesome AngularJS resources that belong on that page, please tell us about them on Google+ or Twitter.
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.6.9/docs/partials/guide