You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See our [Getting Started Guide](https://github.com/angular/material2/blob/master/GETTING_STARTED.md)
16
26
if you're building your first project with Angular Material 2.
17
27
18
28
### Project status
19
-
Angular Material 2 is currently in alpha and under active development.
29
+
Angular Material 2 is currently in alpha and under active development.
20
30
During alpha, breaking API and behavior changes will be occurring regularly.
21
31
22
-
Check out our [directory of design documents](https://github.com/angular/material2/wiki/Design-doc-directory)
32
+
Check out our [directory of design documents](https://github.com/angular/material2/wiki/Design-doc-directory)
23
33
for more insight into our process.
24
34
25
-
If you'd like to contribute, you must follow our [contributing guidelines](https://github.com/angular/material2/blob/master/CONTRIBUTING.md).
26
-
You can look through the issues (which should be up-to-date on who is working on which features
27
-
and which pieces are blocked) and make a comment.
28
-
Also see our [`Good for community contribution`](https://github.com/angular/material2/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+for+community+contribution%22)
35
+
If you'd like to contribute, you must follow our [contributing guidelines](https://github.com/angular/material2/blob/master/CONTRIBUTING.md).
36
+
You can look through the issues (which should be up-to-date on who is working on which features
37
+
and which pieces are blocked) and make a comment.
38
+
Also see our [`Good for community contribution`](https://github.com/angular/material2/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+for+community+contribution%22)
29
39
label.
30
40
31
41
High level items planned for December 2016:
@@ -36,7 +46,7 @@ High level items planned for December 2016:
36
46
* Continued expanding e2e test coverage
37
47
* Paginated tabs.
38
48
* Scroll / resize handling for overlays
39
-
* Production build
49
+
* Production build
40
50
* AoT compile e2e app
41
51
* Release beta.0
42
52
@@ -131,8 +141,8 @@ High level items planned for December 2016:
131
141
be missing some behaviors or polish.
132
142
133
143
## The goal of Angular Material
134
-
Our goal is to build a set of high-quality UI components built with Angular 2 and TypeScript,
135
-
following the Material Design spec. These
144
+
Our goal is to build a set of high-quality UI components built with Angular 2 and TypeScript,
145
+
following the Material Design spec. These
136
146
components will serve as an example of how to write Angular code following best practices.
137
147
138
148
### What do we mean by "high-quality"?
@@ -145,7 +155,7 @@ components will serve as an example of how to write Angular code following best
145
155
* Code is clean and well-documented to serve as an example for Angular devs.
146
156
147
157
## Browser and screen reader support
148
-
Angular Material supports the most recent two versions of all major browsers:
158
+
Angular Material supports the most recent two versions of all major browsers:
0 commit comments