Create a menu like in AngularJs Material website

Claudio Ɯǝıs Mulas picture Claudio Ɯǝıs Mulas · Feb 8, 2015 · Viewed 55.2k times · Source

I want to create a menu that looks like the one in AngularJs Material website (https://material.angularjs.org)

angularjs material menu

Unfortunately there is not documentation or demo to do that.

Any ideas?

Thanks

Answer

britztopher picture britztopher · Jun 24, 2015

You can create your own side menu with their directives menuToggle and menuItem, and their menu service, which are found in their source files. I have used this menu in many projects, so I know it works. All you have to do is implement it the same way. I have wrote a blog post that goes through this found here:

How to create an Angular Material Side Menu