I have tried to achieve a multilevel sidenav and I found this that meets my requirements:
angular-material-multilevel-menu
Demo - Note the accordion type
Unfortunately this is created for AngularJS (1.0?), which seems to not work in Angular 6.
My questions are:
- Is there any other multilevel sidenav component for Angular 6? Have note found any similar on Google that works.
- Is it possible to "upgrade" this Angular 1.0 menu to Angular 6? How?
- Is there any simple instructions or courses to build your own multilevel side nav? There are many instructions for one-level, but I have found none multi-level.