Please can someone fix this stackblitz
https://stackblitz.com/edit/angular-jd1ss7?file=src/app/expansion-expand-collapse-all-example.html
I have tabs and expansion panels inside.
Though I do not want to use expand , collapse ( will put action to tab selection change) I dont mind if it works with buttons in the example
Goal: Only 1 panel should be expanded. (2) when I switch between tabs, all expansion panels should get closed.
NOTE: I've removed <mat-accordion class="example-headers-align" multi>
- multi, as it expands more than 1 in same tab. ( violates my requirement, so removed from original example)