0

Is it possible to create a top level navigation using material design tags (md tags). I am trying to render a menu which looks like below image using material design UI. enter image description here

user1614862
  • 3,701
  • 7
  • 29
  • 46
  • http://stackoverflow.com/questions/43883400/what-is-an-example-of-a-material-design-angular2-4-menu-with-nested-dropdown-opt – yurzui May 15 '17 at 11:52

1 Answers1

0

I have created a full Plunker demo for you that you can check out:


the app uses the regular angular material2 menu with the (mouseover) and (mouseleave) events.

Hamed Baatour
  • 6,664
  • 3
  • 35
  • 47