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.
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.
There are only one way to open mat-expansion-panel. Its default nature is open down side as drop down works. But if you want to open it left or right side then you can use side bar.