how to change Angular mat-expansion-panel direction

Viewed 1430

I'm using angular material component "mat-expansion-panel". the default opening direction for this component is down. i want the panel to open in different directions (left, right, up) how can i do that.

1 Answers
Related