I just started working on an Angular 4 project with material design.
I am currently working with the expansion component, the API states that a disabled expansion panel can't be toggled by the user, but can still be manipulated programmatically. I don't know however, how you can toggle your panel programmatically.
What is the preferred way in Angular to simulate this?