angular 5.0.0-alpha+3 angular: ^5.0.0-alpha+3 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 used extensively by Google AdWords, AdSense, Fiber, and many more projects.
NOTE: As of angular 5.0.0-alpha+1
dependency_overrides
are required:
dependency_overrides:
analyzer: ^0.31.0-alpha.1
This is because we are starting to use and support the Dart 2.0.0 SDK, which is evolving. We expect to no longer require overrides once we are at a beta release, but this is unlikely until sometime in early 2018.
New to AngularDart? #
Ramp up quickly with our docs, codelabs, and examples:
-
Go to Get Started for a quick introduction to creating and running AngularDart web apps.
-
Try the material design codelab, which uses the
angular_components
package for production-quality material design widgets built and used by Google. -
Follow the AngularDart tutorial to build a fully working application that includes routing, HTTP networking, and more.
You may also be interested in other codelabs and a set of community contributed tutorials.
Getting AngularDart #
AngularDart is available as the angular
package on pub.
For historical reasons, this package was once called
angular2
. We have since dropped the 2 and are now justangular
. If you're looking for version 2.x or 3.x, see theangular2
package.
Resources #
- Pub packages: angular, angular_components, angular_router, angular_test
- GitHub repo (dart-lang/angular): source code, issues, contributor guidelines
- Community/support: mailing list, Gitter chat room
- Logo (SVG)
- Documentation