An angular-material-multilevel-menu for Angular 6?

sibert picture sibert · Jun 4, 2018 · Viewed 25.4k times · Source

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:

  1. Is there any other multilevel sidenav component for Angular 6? Have note found any similar on Google that works.
  2. Is it possible to "upgrade" this Angular 1.0 menu to Angular 6? How?
  3. 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.

Answer

PierBJX picture PierBJX · Jun 14, 2018

I don't know if you are still looking for angular-material-multilevel-menu but I have found one made by ShankyTiwari. Here is the link for GitHub and the link for the demo.

Very easy to use and to implement. For example, I implemented it in a sidebar because it does not exist with Angular material. If not an alternative would be PrimeNG as @Dino said.