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
This works 100%.
Add this inside your style.css:
.mat-expansion-panel-content > .mat-expansion-panel-body { padding: 0 !important; }