File tree 2 files changed +12
-0
lines changed
src/universal-app/kitchen-sink 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -211,3 +211,13 @@ <h2>Tooltip</h2>
211
211
212
212
< h2 > Autosize textarea</ h2 >
213
213
< textarea mdTextareaAutosize mdAutosizeMaxRows ="10 "> </ textarea >
214
+
215
+ < h2 > Expansion Panel</ h2 >
216
+ < md-expansion-panel >
217
+ < md-expansion-panel-header >
218
+ < mat-panel-description > This is a panel description.</ mat-panel-description >
219
+ < mat-panel-title > Panel Title</ mat-panel-title >
220
+ </ md-expansion-panel-header >
221
+ This is the content text that makes sense here.
222
+ < md-action-row > Action</ md-action-row >
223
+ </ md-expansion-panel >
Original file line number Diff line number Diff line change 8
8
MdChipsModule ,
9
9
MdDatepickerModule ,
10
10
MdDialogModule ,
11
+ MdExpansionModule ,
11
12
MdGridListModule ,
12
13
MdIconModule ,
13
14
MdInputModule ,
@@ -67,6 +68,7 @@ export class KitchenSink { }
67
68
MdTabsModule ,
68
69
MdToolbarModule ,
69
70
MdTooltipModule ,
71
+ MdExpansionModule
70
72
] ,
71
73
bootstrap : [ KitchenSink ] ,
72
74
declarations : [ KitchenSink ] ,
You can’t perform that action at this time.
0 commit comments