Create a menu like in AngularJs Material website

后端 未结 7 2036
有刺的猬
有刺的猬 2020-12-23 20:25

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

\

7条回答
  •  独厮守ぢ
    2020-12-23 20:39

    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

提交回复
热议问题