This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if (process.env['TRAVIS']) {
40
40
'browserName' : 'chrome' ,
41
41
'tunnel-identifier' : process . env [ 'TRAVIS_JOB_NUMBER' ] ,
42
42
'build' : process . env [ 'TRAVIS_JOB_NUMBER' ] ,
43
- 'name' : 'Material 2 Docs E2E'
43
+ 'name' : 'Material Docs E2E'
44
44
} ;
45
45
46
46
}
Original file line number Diff line number Diff line change 1
- < p > Get started with Angular Material 2 using the Angular CLI.</ p >
1
+ < p > Get started with Angular Material using the Angular CLI.</ p >
2
2
< h2 id ="install-the-cli "> Install the CLI</ h2 >
3
3
< pre > < code class ="lang-bash "> npm install -g angular-cli
4
4
</ code > </ pre >
@@ -64,8 +64,8 @@ <h3 id="-optional-using-material-design-icons-with-md-icon-">[Optional] Using Ma
64
64
< p > < strong > src/index.html</ strong > </ p >
65
65
< pre > < code class ="lang-html "> < span class ="hljs-tag "> << span class ="hljs-name "> link</ span > < span class ="hljs-attr "> href</ span > =< span class ="hljs-string "> "https://fonts.googleapis.com/icon?family=Material+Icons"</ span > < span class ="hljs-attr "> rel</ span > =< span class ="hljs-string "> "stylesheet"</ span > ></ span >
66
66
</ code > </ pre >
67
- < h2 id ="sample-angular-material-2- projects "> Sample Angular Material 2 projects</ h2 >
67
+ < h2 id ="sample-angular-material-projects "> Sample Angular Material projects</ h2 >
68
68
< ul >
69
- < li > < a href ="https://github.com/jelbourn/material2-app "> Material 2 Sample App</ a > </ li >
69
+ < li > < a href ="https://github.com/jelbourn/material2-app "> Material Sample App</ a > </ li >
70
70
< li > < a href ="https://github.com/kara/leashed-in "> Angular Connect 2016 Demo</ a > </ li >
71
71
</ ul >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h3 id="what-is-a-theme-">What is a theme?</h3>
11
11
< li > A foreground palette: colors for text and icons.</ li >
12
12
< li > A background palette: colors used for element backgrounds.</ li >
13
13
</ ul >
14
- < p > In Angular Material 2 , all theme styles are generated < em > statically</ em > at build-time so that your
14
+ < p > In Angular Material, all theme styles are generated < em > statically</ em > at build-time so that your
15
15
app doesn't have to spend cycles generating theme styles on startup.</ p >
16
16
< h3 id ="using-a-pre-built-theme "> Using a pre-built theme</ h3 >
17
17
< p > Angular Material comes prepackaged with several pre-built theme css files. These theme files also
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > Angular 2 Material Plunker</ title >
4
+ < title > Angular Material Plunker</ title >
5
5
6
6
<!-- Load common libraries -->
7
7
< script src ="https://cdnjs.cloudflare.com/ajax/libs/typescript/2.0.3/typescript.min.js "> </ script >
19
19
. catch ( console . error . bind ( console ) ) ;
20
20
</ script >
21
21
22
- <!-- Load the Angular Material 2 stylesheet -->
22
+ <!-- Load the Angular Material stylesheet -->
23
23
< link href ="https://unpkg.com/@angular/material/core/theming/prebuilt/indigo-pink.css " rel ="stylesheet ">
24
24
< link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
25
25
< style > body { font-family : Roboto, Arial, sans-serif; }</ style >
Original file line number Diff line number Diff line change 1
- // This file includes polyfills needed by Angular 2 and is loaded before
1
+ // This file includes polyfills needed by Angular and is loaded before
2
2
// the app. You can add your own extra polyfills to this file.
3
3
import 'core-js/es6/symbol' ;
4
4
import 'core-js/es6/object' ;
You can’t perform that action at this time.
0 commit comments