Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 40e7ad9

Browse files
authored
Use a version of material that has the paginator. (#201)
1 parent 1acc345 commit 40e7ad9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
"private": true,
1919
"dependencies": {
2020
"@angular/animations": "^4.0.0",
21+
"@angular/cdk": "github:angular/cdk-builds#87759a4f",
2122
"@angular/common": "^4.0.0",
2223
"@angular/compiler": "^4.0.0",
2324
"@angular/core": "^4.0.0",
2425
"@angular/forms": "^4.0.0",
2526
"@angular/http": "^4.0.0",
26-
"@angular/material": "^2.0.0-beta.6",
27+
"@angular/material": "github:angular/material2-builds#4d9faa",
2728
"@angular/platform-browser": "^4.0.0",
2829
"@angular/platform-browser-dynamic": "^4.0.0",
2930
"@angular/router": "^4.0.0",

src/app/shared/guide-items/guide-items.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ const GUIDES = [
2222
name: 'Theming your own components',
2323
document: '/assets/documents/guides/theming-your-components.html',
2424
},
25+
{
26+
id: 'typography',
27+
name: `Using Angular Material's Typography`,
28+
document: '/assets/documents/guides/typography.html',
29+
},
2530
];
2631

2732
@Injectable()

0 commit comments

Comments
 (0)