Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 3180459

Browse files
kwalrathnshahan
authored andcommitted
Add webdev/components to README (#97)
Also tweak description & links.
1 parent 6efe993 commit 3180459

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

README.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
## Preview Release
22

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.
55

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.
109

1110
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.
1412

1513
*`<glyph>`
1614
*`<material-button>`
@@ -39,28 +37,34 @@ possible.
3937
*`<material-menu>`
4038
* many more, including a fast table
4139

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.
4443

45-
**Officially Supported Browsers:** The last two versions of Chrome, Edge,
44+
**Officially supported browsers:** The last two versions of Chrome, Edge,
4645
Firefox, and Safari.
4746

4847
## Useful links
4948

5049
* **[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)
5559

56-
## Custom Component Styles
60+
## Custom component styles
5761

5862
Get access to the core Material Design SASS files used to style these components
5963
by copying them and importing
6064
[lib/src/css/_mixins.scss](https://github.com/dart-lang/angular_components/blob/master/lib/src/css/_mixins.scss)
6165
in your SASS files.
6266

6367

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
6569
> to add this support. See
6670
> [issue #45](https://github.com/dart-lang/angular_components/issues/45).

0 commit comments

Comments
 (0)