This repository was archived by the owner on Jan 4, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if (process.env['TRAVIS']) {
4040 'browserName' : 'chrome' ,
4141 'tunnel-identifier' : process . env [ 'TRAVIS_JOB_NUMBER' ] ,
4242 'build' : process . env [ 'TRAVIS_JOB_NUMBER' ] ,
43- 'name' : 'Material 2 Docs E2E'
43+ 'name' : 'Material Docs E2E'
4444 } ;
4545
4646}
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 >
22< h2 id ="install-the-cli "> Install the CLI</ h2 >
33< pre > < code class ="lang-bash "> npm install -g angular-cli
44</ code > </ pre >
@@ -64,8 +64,8 @@ <h3 id="-optional-using-material-design-icons-with-md-icon-">[Optional] Using Ma
6464< p > < strong > src/index.html</ strong > </ p >
6565< 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 >
6666</ 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 >
6868< 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 >
7070< li > < a href ="https://github.com/kara/leashed-in "> Angular Connect 2016 Demo</ a > </ li >
7171</ 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>
1111< li > A foreground palette: colors for text and icons.</ li >
1212< li > A background palette: colors used for element backgrounds.</ li >
1313</ 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
1515app doesn't have to spend cycles generating theme styles on startup.</ p >
1616< h3 id ="using-a-pre-built-theme "> Using a pre-built theme</ h3 >
1717< 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 11<!DOCTYPE html>
22< html >
33< head >
4- < title > Angular 2 Material Plunker</ title >
4+ < title > Angular Material Plunker</ title >
55
66 <!-- Load common libraries -->
77 < script src ="https://cdnjs.cloudflare.com/ajax/libs/typescript/2.0.3/typescript.min.js "> </ script >
1919 . catch ( console . error . bind ( console ) ) ;
2020 </ script >
2121
22- <!-- Load the Angular Material 2 stylesheet -->
22+ <!-- Load the Angular Material stylesheet -->
2323 < link href ="https://unpkg.com/@angular/material/core/theming/prebuilt/indigo-pink.css " rel ="stylesheet ">
2424 < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
2525 < 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
22// the app. You can add your own extra polyfills to this file.
33import 'core-js/es6/symbol' ;
44import 'core-js/es6/object' ;
You can’t perform that action at this time.
0 commit comments