I hava an angular 4.4.4 application with material 2.0.0-beta.12 and I want to use the mat-expansion-panel from material design.
material 2.0.0-beta.12
mat-expansion-panel
This is my code
if you add it to the main styles.scss it works (not at the component style level)
.mat-expansion-panel-body { padding: 0; }