|
1 | 1 | # Components and Material Design for Angular
|
2 | 2 | [](https://www.npmjs.com/package/%40angular%2Fmaterial)
|
3 |
| -[](https://circleci.com/gh/angular/material2) |
4 |
| -[](https://gitter.im/angular/material2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) |
| 3 | +[](https://circleci.com/gh/angular/components) |
| 4 | +[](https://gitter.im/angular/material2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) |
5 | 5 |
|
6 | 6 | This is the home for the Angular team's UI components built for and with Angular.
|
7 | 7 | These include Material Design components and the Angular Component Development Kit (CDK).
|
8 | 8 |
|
9 | 9 | #### Quick links
|
10 | 10 | [Documentation, demos, and guides][aio] |
|
11 | 11 | [Google group](https://groups.google.com/forum/#!forum/angular-material2) |
|
12 |
| -[Contributing](https://github.com/angular/material2/blob/master/CONTRIBUTING.md) | |
| 12 | +[Contributing](https://github.com/angular/components/blob/master/CONTRIBUTING.md) | |
13 | 13 | [StackBlitz Template](https://goo.gl/wwnhMV)
|
14 | 14 |
|
15 | 15 | ### Getting started
|
16 | 16 |
|
17 | 17 | See our [Getting Started Guide][getting-started]
|
18 | 18 | if you're building your first project with Angular Material.
|
19 | 19 |
|
20 |
| -Check out our [directory of design documents](https://github.com/angular/material2/wiki/Design-doc-directory) |
| 20 | +Check out our [directory of design documents](https://github.com/angular/components/wiki/Design-doc-directory) |
21 | 21 | for more insight into our process.
|
22 | 22 |
|
23 |
| -If you'd like to contribute, you must follow our [contributing guidelines](https://github.com/angular/material2/blob/master/CONTRIBUTING.md). |
| 23 | +If you'd like to contribute, you must follow our [contributing guidelines](https://github.com/angular/components/blob/master/CONTRIBUTING.md). |
24 | 24 | You can look through the GitHub issues (which should be up-to-date on who is working on which features
|
25 | 25 | and which pieces are blocked) and make a comment.
|
26 | 26 |
|
27 |
| -Please see our [`help wanted`](https://github.com/angular/material2/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) |
| 27 | +Please see our [`help wanted`](https://github.com/angular/components/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) |
28 | 28 | label for a list of issues where we could use help from the community.
|
29 | 29 |
|
30 | 30 | #### High level stuff planned for Q1 → Q2 2019 (January - June):
|
31 |
| -* Most of the Angular Material team is on loan to the framework team |
| 31 | +* Most of the Angular Components team is on loan to the framework team |
32 | 32 | helping with [Ivy](https://blog.angular.io/a-plan-for-version-8-0-and-ivy-b3318dfc19f7).
|
33 | 33 | We've been using the Angular CDK and Angular Material tests to validate code paths as well
|
34 | 34 | as helping debug issues in switching Google applications to the new rendering pipeline.
|
@@ -103,7 +103,7 @@ label for a list of issues where we could use help from the community.
|
103 | 103 | [16]: https://material.angular.io/components/slider/overview
|
104 | 104 | [17]: https://material.angular.io/components/menu/overview
|
105 | 105 | [18]: https://material.angular.io/components/tooltip/overview
|
106 |
| -[19]: https://github.com/angular/material2/blob/master/src/material/core/ripple/ripple.md |
| 106 | +[19]: https://github.com/angular/components/blob/master/src/material/core/ripple/ripple.md |
107 | 107 | [20]: https://material.angular.io/guide/theming
|
108 | 108 | [21]: https://material.angular.io/components/snack-bar/overview
|
109 | 109 | [22]: https://material.angular.io/components/dialog/overview
|
|
0 commit comments