I am using Angular 8 with Angular Material to build a multi-level menu that is 3 levels deep.
E.g.
One -> Two -> Three
StackBlitz Example:
https://stackblitz.com/edit/dynamic-sidenav-multi-level-menu-u93fqt?file=app%2Fapp.component.html
Does anyone know how I can solve this? I want to stop the list of items from closing automatically, i.e. to display item Three
.