1- ## Preview Release
2-
3- These are the AngularDart components that Google uses to build the
4- sophisticated, mission-critical apps that bring in much of Google’s revenue.
1+ [ Material design] components for [ AngularDart] . Powering some of Google's most
2+ sophisticated and mission-critical [ applications] .
53
64This productive and stable set of widgets, contributed to by hundreds of
75Googlers, make debugging and deploying your app easier. Strict latency and
8- testing policies make these widgets an excellent fit for AngularDart projects.
6+ testing policies make these widgets an excellent fit for projects using the
7+ Angular package.
98
109** NOTE** : As of ` angular 5.0.0-alpha+1 ` [ ` dependency_overrides ` ] [ dep_overrides ]
1110are ** required** :
@@ -19,37 +18,20 @@ This is because Angular is starting to use and support the Dart 2.0.0 SDK, which
1918is evolving. We expect to no longer require overrides once we are at a beta
2019release, but this is unlikely until sometime in early 2018.
2120
21+ [Material design]: https://material.io/guidelines
22+ [AngularDart]: https://webdev.dartlang.org/angular
23+ [applications]: https://news.dartlang.org/2016/03/the-new-adwords-ui-uses-dart-we-asked.html
2224[dep_overrides]: https://www.dartlang.org/tools/pub/dependencies#dependency-overrides
2325
24- Only a small fragment of all the components is available right now. We want
25- developers to be able to use the package as soon as possible.
26-
27- * ✓ ` <material-icon>`
28- * ✓ `<material-button>`
29- * ✓ `<material-fab>`
30- * ✓ `<material-checkbox>`
31- * ✓ `<material-chip>`
32- * ✓ `<material-expansionpanel>`
33- * ✓ `<material-progress>`
34- * ✓ `<material-radio>`
35- * ✓ `<material-ripple>`
36- * ✓ `<material-spinner>`
37- * ✓ `<material-tab>`
38- * ✓ `<material-toggle>`
39- * ✓ `<material-yes-no-buttons>`
40- * ✓ `<reorder-list>`
41- * ✓ `<acx-scorecard>`
42- * ✓ `<material-input>`
43- * ✓ `<material-dialog>`
44- * ✓ `<material-popup>`
45- * ✓ `<material-tooltip>`
46- * ✓ `<material-list>`
47- * ✓ `<material-select>`
48- * ✓ `<material-tree>`
49- * ✓ `<material-auto-suggest-input>`
50- * ✓ `<material-menu>`
51- * ☐ `<material-date-range-picker>`
52- * many more, including a fast table
26+ This is a continually growing set of widgets. See the [example gallery] and the
27+ [documentation] for a full list. Recent additions include:
28+
29+ * Material Menu
30+ * Material Auto-suggest Input
31+ * Material Select Searchbox
32+
33+ [example gallery]: https://dart-lang.github.io/angular_components_example/
34+ [documentation]: https://www.dartdocs.org/documentation/angular_components/latest/angular_components/angular_components-library.html
5335
5436At this time we are not taking pull requests, but please
5537[file an issue](https://github.com/dart-lang/angular_components/issues)
@@ -118,5 +100,5 @@ imports in your Sass files.
118100
119101# # Project Roadmap
120102
121- Our current work is summarized in
122- [issue 142 ](https://github.com/dart-lang/angular_components/issues/193).
103+ Our current work is summarized in the
104+ [roadmap for this quarter ](https://github.com/dart-lang/angular_components/issues/193).
0 commit comments