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

Commit 8006eb0

Browse files
jelbourntinayuangao
authored andcommitted
Update site to beta5 (#155)
1 parent 9a80fdc commit 8006eb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/core": "^4.0.0",
2323
"@angular/forms": "^4.0.0",
2424
"@angular/http": "^4.0.0",
25-
"@angular/material": "^2.0.0-beta.4",
25+
"@angular/material": "^2.0.0-beta.5",
2626
"@angular/platform-browser": "^4.0.0",
2727
"@angular/platform-browser-dynamic": "^4.0.0",
2828
"@angular/router": "~4.0.0",

src/app/examples/example-module.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ import {DatepickerOverviewExample} from './datepicker-overview/datepicker-overvi
7676
export interface LiveExample {
7777
title: string;
7878
component: any;
79-
additionalFiles: string[];
80-
selectorName: string;
79+
additionalFiles?: string[];
80+
selectorName?: string;
8181
}
8282

8383
/**

0 commit comments

Comments
 (0)