0

How to create multi level menu angular 2 material a like here (angular js)

<md-button ng-click="$mdOpenMenu()">Link1</md-button>
Edric
  • 24,639
  • 13
  • 81
  • 91
Alex
  • 1
  • 1
  • 2

1 Answers1

0

You can use 3rd party library for angular2 and above versions, named as PrimeNG components. They are very simple and useful .

You can see some of the menu types as you want

https://www.primefaces.org/primeng/#/megamenu

https://www.primefaces.org/primeng/#/menubar

These components and modules are very flexible in usage of class and style directives.

Please see the above examples.