angular 4.0.0-alpha angular: ^4.0.0-alpha copied to clipboard
Fast and productive web framework
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!
Overview #
Examples #
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.
Installation #
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.