|
1 | 1 | ## Preview Release |
2 | 2 |
|
3 | | -These are the AngularDart components that Google uses to build many of its web |
4 | | -applications. |
| 3 | +These are the AngularDart components that Google uses to build the sophisticated, |
| 4 | +mission-critical apps that bring in much of Google’s revenue. |
5 | 5 |
|
6 | | -These components are a productive and stable set of widgets, contributed to by |
7 | | -hundreds of Googlers. Being able to debug your apps across all layers in Dart, |
8 | | -supporting tree shaking for minimal code size, and strict latency policies make |
9 | | -them an excellent fit for AngularDart projects. |
| 6 | +This productive and stable set of widgets, contributed to by hundreds of Googlers, |
| 7 | +make debugging and deploying your app easier. Strict latency and testing policies |
| 8 | +make these widgets an excellent fit for AngularDart projects. |
10 | 9 |
|
11 | 10 | Only a small fragment of all the components is available right now. We want |
12 | | -developers to have an opportunity to play around with the package as soon as |
13 | | -possible. |
| 11 | +developers to be able to use the package as soon as possible. |
14 | 12 |
|
15 | 13 | * ✓ `<glyph>` |
16 | 14 | * ✓ `<material-button>` |
@@ -39,28 +37,34 @@ possible. |
39 | 37 | * ☐ `<material-menu>` |
40 | 38 | * many more, including a fast table |
41 | 39 |
|
42 | | -At this time we are not taking pull requests but please file an issue and we |
43 | | -will work with you. |
| 40 | +At this time we are not taking pull requests, but please |
| 41 | +[file an issue](https://github.com/dart-lang/angular_components/issues) |
| 42 | +and we will work with you. |
44 | 43 |
|
45 | | -**Officially Supported Browsers:** The last two versions of Chrome, Edge, |
| 44 | +**Officially supported browsers:** The last two versions of Chrome, Edge, |
46 | 45 | Firefox, and Safari. |
47 | 46 |
|
48 | 47 | ## Useful links |
49 | 48 |
|
50 | 49 | * **[Example gallery](https://dart-lang.github.io/angular_components_example/)** |
51 | | -* [AngularDart pub package](https://pub.dartlang.org/packages/angular2) |
52 | | -* [AngularDart documentation](https://angulardart.org/) |
53 | | -* [Material Design site](https://material.google.com/) |
54 | | -* [Code Lab: AngularDart Components](https://webdev.dartlang.org/codelabs/angular2_components) |
| 50 | +* AngularDart Components resources: |
| 51 | + * [About AngularDart Components](https://webdev.dartlang.org/components) |
| 52 | + * [Google I/O 2017 codelab](https://codelabs.developers.google.com/codelabs/your-first-angulardart-web-app) |
| 53 | + * [Dart Summit 2016 codelab](https://webdev.dartlang.org/codelabs/angular2_components) |
| 54 | + * [API reference](https://webdev.dartlang.org/components/api) |
| 55 | +* AngularDart resources: |
| 56 | + * [AngularDart documentation](https://webdev.dartlang.org/angular/guide) |
| 57 | + * [angular2 pub package](https://pub.dartlang.org/packages/angular2) |
| 58 | +* [Material Design site](https://material.io) |
55 | 59 |
|
56 | | -## Custom Component Styles |
| 60 | +## Custom component styles |
57 | 61 |
|
58 | 62 | Get access to the core Material Design SASS files used to style these components |
59 | 63 | by copying them and importing |
60 | 64 | [lib/src/css/_mixins.scss](https://github.com/dart-lang/angular_components/blob/master/lib/src/css/_mixins.scss) |
61 | 65 | in your SASS files. |
62 | 66 |
|
63 | 67 |
|
64 | | -> NOTE: These .scss files are not used during the build step but we are planning |
| 68 | +> NOTE: These .scss files are not used during the build step, but we are planning |
65 | 69 | > to add this support. See |
66 | 70 | > [issue #45](https://github.com/dart-lang/angular_components/issues/45). |
0 commit comments