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

Commit 367a394

Browse files
authored
Update docs for beta.11 (#270)
1 parent b6da10c commit 367a394

File tree

4 files changed

+60
-59
lines changed

4 files changed

+60
-59
lines changed

package-lock.json

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"private": true,
2020
"dependencies": {
2121
"@angular/animations": "^4.3.0",
22-
"@angular/cdk": "2.0.0-beta.10",
22+
"@angular/cdk": "2.0.0-beta.11",
2323
"@angular/common": "^4.3.0",
2424
"@angular/compiler": "^4.3.0",
2525
"@angular/core": "^4.3.0",
2626
"@angular/forms": "^4.3.0",
2727
"@angular/http": "^4.3.0",
28-
"@angular/material": "2.0.0-beta.10",
28+
"@angular/material": "2.0.0-beta.11",
2929
"@angular/platform-browser": "^4.3.0",
3030
"@angular/platform-browser-dynamic": "^4.3.0",
3131
"@angular/router": "^4.3.0",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const DOCS = [
4444
{id: 'list', name: 'List', examples: ['list-sections']},
4545
{id: 'grid-list', name: 'Grid list', examples: ['grid-list-dynamic']},
4646
{id: 'card', name: 'Card', examples: ['card-fancy']},
47+
{id: 'stepper', name: 'Stepper', examples: ['stepper-overview']},
4748
{id: 'tabs', name: 'Tabs', examples: ['tabs-template-label']},
4849
{id: 'expansion', name: 'Expansion Panel',
4950
examples: ['expansion-overview', 'expansion-steps']},

src/assets/plunker/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
MdCardModule,
1111
MdCheckboxModule,
1212
MdChipsModule,
13-
MdCoreModule,
1413
MdDatepickerModule,
1514
MdDialogModule,
1615
MdExpansionModule,
@@ -35,6 +34,7 @@ import {
3534
MdTabsModule,
3635
MdToolbarModule,
3736
MdTooltipModule,
37+
MdStepperModule,
3838
} from '@angular/material';
3939
import {MaterialDocsExample} from './material-docs-example';
4040
import {HttpModule} from '@angular/http';
@@ -49,7 +49,7 @@ import {CdkTableModule} from '@angular/cdk/table';
4949
MdCardModule,
5050
MdCheckboxModule,
5151
MdChipsModule,
52-
MdCoreModule,
52+
MdStepperModule,
5353
MdDatepickerModule,
5454
MdDialogModule,
5555
MdExpansionModule,

0 commit comments

Comments
 (0)