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

Commit e6dc7ea

Browse files
crisbetojelbourn
authored andcommitted
chore: add bottom sheet examples (#385)
Adds the bottom sheet examples to the navigation and includes the bottom sheet module.
1 parent fa29148 commit e6dc7ea

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ const DOCS: {[key: string]: DocCategory[]} = {
154154
id: 'modals',
155155
name: 'Popups & Modals',
156156
items: [
157+
{id: 'bottom-sheet', name: 'Bottom Sheet', examples: ['bottom-sheet-overview']},
157158
{id: 'dialog', name: 'Dialog', examples: ['dialog-overview']},
158159
{id: 'snack-bar', name: 'Snackbar', examples: ['snack-bar-component']},
159160
{id: 'tooltip', name: 'Tooltip', examples: ['tooltip-position']},

src/assets/stackblitz/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {FormsModule, ReactiveFormsModule} from '@angular/forms';
77
import {HttpModule} from '@angular/http';
88
import {
99
MatAutocompleteModule,
10+
MatBottomSheetModule,
1011
MatButtonModule,
1112
MatButtonToggleModule,
1213
MatCardModule,
@@ -48,6 +49,7 @@ import {MaterialDocsExample} from './app/material-docs-example';
4849
exports: [
4950
CdkTableModule,
5051
MatAutocompleteModule,
52+
MatBottomSheetModule,
5153
MatButtonModule,
5254
MatButtonToggleModule,
5355
MatCardModule,

0 commit comments

Comments
 (0)