AngularDart is a productive web application framework that powers some of Google's most critical applications.
It's built on Dart and is used extensively by Google AdWords, AdSense, Fiber, and much much more!
Is this your first time using AngularDart?
-
Start with a tutorial to build a fully working application, including routing, HTTP networking, and more.
-
Next, try a code-lab on writing material design applications, which uses the
angular_components
package for production-quality material design widgets built and used by Google.
You may also be interested in a set of community contributed tutorials.
AngularDart is available as the angular2
package on pub. We recommend
following our tutorial to get started.
For historic reasons, this package is called
angular2
, instead of an older implementation calledangular
. We hope to rename this package to avoid confusion in the near future - track our progress.
Please read and agree to our contribution guidelines. We sync internally periodically, and test against thousands of component and e2e tests so please excuse small delays in merging pull requests.