angular-docs-cn/aio/src/app/custom-elements/expandable-section/expandable-section.component.html
2018-03-16 12:39:07 -07:00

8 lines
179 B
HTML

<mat-expansion-panel style="background: inherit">
<mat-expansion-panel-header>
{{title}}
</mat-expansion-panel-header>
<ng-content></ng-content>
</mat-expansion-panel>