I have exhausted all my ideas trying to make this work. I made some changes to a different stackblitz as a test:
Here is the code snippet I am using:
<mat-expansion-panel [expanded]="Expand" style="width: 80%; text-align: center">
<mat-expansion-panel-header>
<mat-panel-title style="text-align: center"> Test </mat-panel-title>
</mat-expansion-panel-header>
</mat-expansion-panel>
Any assistance would be highly appreciated!