|
1 | | -<p align="center"> |
2 | | - <img src="https://raw.githubusercontent.com/dart-lang/logos/master/logos_and_wordmarks/angulardart-logo.png" alt="AngularDart Logo"> |
3 | | - <h1>AngularDart</h1> |
4 | | -</p> |
5 | | - |
6 | | -<!-- Badges --> |
| 1 | + |
7 | 2 |
|
8 | 3 | [](https://pub.dev/packages/angular) |
9 | 4 | [](https://travis-ci.org/dart-lang/angular) |
10 | | -[](https://gitter.im/dart-lang/angular) |
11 | | - |
12 | | -[AngularDart][webdev_angular] is a productive web application framework that |
13 | | -powers some of Google's most critical applications. |
14 | | -It's built on [Dart][dart_web] and used extensively by Google |
15 | | -[AdWords][ad_words], [AdSense][ad_sense], [Fiber][fiber], |
16 | | -and many more projects. |
17 | | - |
18 | | -<a href="http://news.dartlang.org/2016/03/the-new-adwords-ui-uses-dart-we-asked.html"> |
19 | | -<img src="https://2.bp.blogspot.com/-T50YZP5hlW4/Vv07k1PPVmI/AAAAAAAAM_Q/kVo8eImMOFUWLYqXg_xGzaWPvvlO7lhng/s0/adwords-dart.png" width="800" alt="Built with AngularDart"> |
20 | | -</a> |
21 | | - |
22 | | -## New to AngularDart? |
23 | | - |
24 | | -Ramp up quickly with our docs, codelabs, and examples: |
25 | | - |
26 | | -* Go to [Get Started][get_started] for a quick introduction to |
27 | | - creating and running AngularDart web apps. |
28 | | - |
29 | | -* Try the [material design codelab][codelab1], which uses the |
30 | | - [`angular_components`][webdev_components] |
31 | | - package for production-quality material design widgets built and used by |
32 | | - Google. |
33 | | - |
34 | | -* Follow the [AngularDart tutorial][tutorial] to build a |
35 | | - fully working application that includes routing, HTTP networking, and more. |
36 | | - |
37 | | -You may also be interested in [other codelabs][codelabs] and |
38 | | -a set of [community contributed tutorials][comm]. |
| 5 | +[][Gitter chat room] |
39 | 6 |
|
40 | | -[get_started]: https://webdev.dartlang.org/guides/get-started |
41 | | -[codelab1]: https://codelabs.developers.google.com/codelabs/your-first-angulardart-web-app/ |
42 | | -[tutorial]: https://webdev.dartlang.org/angular/tutorial |
43 | | -[codelabs]: https://webdev.dartlang.org/codelabs |
44 | | -[comm]: https://dart.academy/tag/angular/ |
45 | | -[webdev_components]: https://webdev.dartlang.org/components |
| 7 | +**AngularDart** powers some of Google's most critical |
| 8 | +applications. |
| 9 | +It's built on [Dart] and is used by [Google Ads], [Google AdSense], |
| 10 | +[Google Fiber], [Google Play Console] and many more projects. |
46 | 11 |
|
47 | 12 | ## Resources |
48 | 13 |
|
49 | | - * Pub packages: |
50 | | - [angular][pub_angular], |
51 | | - [angular_components][pub_angular_components], |
52 | | - [angular_forms][pub_angular_forms], |
53 | | - [angular_router][pub_angular_router], |
54 | | - [angular_test][pub_angular_test], |
55 | | - * GitHub repo (dart-lang/angular): |
56 | | - [source code](https://github.com/dart-lang/angular), |
57 | | - [issues](https://github.com/dart-lang/angular/issues), |
58 | | - [contributor guidelines][contribute] |
59 | | - * Community/support: |
60 | | - [mailing list](https://groups.google.com/a/dartlang.org/forum/#!forum/web), |
61 | | - [Gitter chat room](https://gitter.im/dart-lang/angular) |
62 | | - * [Logo](https://github.com/dart-lang/logos/tree/master/angular/) |
63 | | - * [Documentation][webdev_angular] |
| 14 | + * Community/support: [Gitter chat room] |
64 | 15 |
|
65 | | -[ad_sense]: http://news.dartlang.org/2016/10/google-adsense-angular-dart.html |
66 | | -[ad_words]: http://news.dartlang.org/2016/03/the-new-adwords-ui-uses-dart-we-asked.html |
67 | | -[fiber]: http://news.dartlang.org/2015/11/how-google-uses-angular-2-with-dart.html |
68 | | -[webdev_angular]: https://angulardart.dev/ |
69 | | -[dart_web]: https://dart.dev/web |
70 | | -[pub_angular]: https://pub.dev/packages/angular |
71 | | -[pub_angular_components]: https://pub.dev/packages/angular_components |
72 | | -[pub_angular_forms]: https://pub.dev/packages/angular_forms |
73 | | -[pub_angular_router]: https://pub.dev/packages/angular_router |
74 | | -[pub_angular_test]: https://pub.dev/packages/angular_test |
75 | | -[contribute]: https://github.com/dart-lang/angular/blob/master/CONTRIBUTING.md |
| 16 | +[Google Play Console]: https://play.google.com/console |
| 17 | +[Google AdSense]: https://www.google.com/adsense |
| 18 | +[Google Ads]: https://ads.google.com/ |
| 19 | +[Google Fiber]: https://fiber.google.com/ |
| 20 | +[Dart]: https://dart.dev/ |
| 21 | +[Gitter chat room]: https://gitter.im/dart-lang/angular |
0 commit comments