Skip to content

Commit f78726d

Browse files
devversiontinayuangao
authored andcommitted
chore: add expansion panel to prerender check (#6166)
* Adds the expansion panel to the universal app that will be validated on the CI.
1 parent 2b59c96 commit f78726d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/universal-app/kitchen-sink/kitchen-sink.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,13 @@ <h2>Tooltip</h2>
211211

212212
<h2>Autosize textarea</h2>
213213
<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>

src/universal-app/kitchen-sink/kitchen-sink.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
MdChipsModule,
99
MdDatepickerModule,
1010
MdDialogModule,
11+
MdExpansionModule,
1112
MdGridListModule,
1213
MdIconModule,
1314
MdInputModule,
@@ -67,6 +68,7 @@ export class KitchenSink { }
6768
MdTabsModule,
6869
MdToolbarModule,
6970
MdTooltipModule,
71+
MdExpansionModule
7072
],
7173
bootstrap: [KitchenSink],
7274
declarations: [KitchenSink],

0 commit comments

Comments
 (0)