2
2
< md-content >
3
3
< h2 class ="md-headline " style ="margin-top: 0; "> What is AngularJS Material?</ h2 >
4
4
< p >
5
- AngularJS Material is both a UI Component framework and a reference implementation of Google's
6
- < a href ="https://material.io/archive/guidelines/ " target ="_blank " rel ="noopener "> Material Design Specification</ a > .
7
- This project provides a set of reusable, well-tested, and accessible UI components based on Material Design.
5
+ AngularJS Material is an implementation of Google's
6
+ < a href ="https://material.io/archive/guidelines/ " target ="_blank " rel ="noopener ">
7
+ Material Design Specification (2014-2017)</ a > .
8
+ This project provides a set of reusable, well-tested, and accessible UI components for
9
+ < a href ="https://angularjs.org " target ="_blank " rel ="noopener "> AngularJS</ a > developers.
8
10
</ p >
9
11
< ul class ="buckets " layout layout-align ="center center " layout-wrap >
10
12
< li flex ="50 " flex-gt-md ="25 " ng-repeat ="(index, link) in [
@@ -24,19 +26,39 @@ <h2 class="md-headline" style="margin-top: 0;">What is AngularJS Material?</h2>
24
26
</ li >
25
27
</ ul >
26
28
27
- < br />
28
29
< h2 class ="md-headline "> AngularJS versus Angular?</ h2 >
29
30
< p >
30
31
The AngularJS Material library is a mature and stable product that is ready for production use.
31
32
Developers should note that AngularJS Material works only with
32
33
< a href ="https://angularjs.org/ " target ="_blank " rel ="noopener "> AngularJS 1.x</ a > .
33
34
</ p >
34
35
< ul >
35
- < li > Current AngularJS Material development efforts are focused on bug fixes, accessibility, and minor improvements.</ li >
36
- < li > The Angular Material library (for Angular v2+) can be found in the
37
- < a href ="https://github.com/angular/material2 "> angular/material2</ a > GitHub repository.
36
+ < li >
37
+ Current AngularJS Material development efforts are focused on bug fixes, accessibility, and
38
+ minor improvements.
39
+ </ li >
40
+ < li >
41
+ The Angular Material library (for Angular v2+) can be found in the
42
+ < a href ="https://github.com/angular/material2 " target ="_blank " rel ="noopener "> angular/material2</ a >
43
+ GitHub repository.
38
44
</ li >
39
45
</ ul >
46
+
47
+ < br />
48
+ < h2 class ="md-headline "> The Latest Material Design</ h2 >
49
+ < p >
50
+ The latest update to Material Design
51
+ (< a href ="https://www.youtube.com/playlist?list=PLJ21zHI2TNh-rX-Xr_xi9KIEcbdee_1Ah " target ="_blank " rel ="noopener "> video playlist</ a > )
52
+ was announced at Google I/O in May, 2018
53
+ (< a href ="https://design.google/library/io-2018-our-definitive-guide-design/ " target ="_blank " rel ="noopener "> recap blog post</ a > ).
54
+ For an implementation of this new
55
+ < a href ="https://material.io/design " target ="_blank " rel ="noopener "> Material Design Specification</ a > ,
56
+ please see the < a href ="https://github.com/angular/material2 " target ="_blank " rel ="noopener "> Angular Material</ a >
57
+ project which is built for < a href ="https://angular.io " target ="_blank " rel ="noopener "> Angular</ a >
58
+ developers.
59
+ </ p >
60
+
61
+ < h2 class ="md-headline "> Change Log</ h2 >
40
62
< p >
41
63
Please refer to our changelog for up-to-date listings of all v1.x improvements and breaking changes.
42
64
</ p >
@@ -227,8 +249,8 @@ <h2 class="md-headline">Google's Material Design</h2>
227
249
< br />
228
250
< p class ="md-caption " style ="text-align: center; margin-bottom: 0; ">
229
251
These docs were generated from
230
- (< a ng-href ="{{BUILDCONFIG.repository}}/{{menu.version.current.github}} " target ="_blank " class =" md-accent " >
231
- v{{BUILDCONFIG.version}} - SHA {{BUILDCONFIG.commit.substring(0,7)}}</ a > )
252
+ (< a ng-href ="{{BUILDCONFIG.repository}}/{{menu.version.current.github}} " target ="_blank "
253
+ rel =" noopener " class =" md-accent " > v{{BUILDCONFIG.version}} - SHA {{BUILDCONFIG.commit.substring(0,7)}}</ a > )
232
254
on (< strong > {{BUILDCONFIG.date}}</ strong > ) GMT.
233
255
</ p >
234
256
</ md-content >
0 commit comments