stbui / angular-material-app

基于最新Angular 11框架与Material 2技术的web中后台前端应用框架。
https://stbui.github.io/angular-material-app/index.html
MIT License
517 stars 175 forks source link

Submenus itens - 带子菜单的菜单在侧边栏上 #31

Closed duard closed 6 years ago

duard commented 6 years ago

能够递归地创建菜单项。

- 菜单1
-   第1项
-    子项目1

各种级别和项目的菜单。

如果我无法清楚解释自己,我很抱歉。

stbui commented 6 years ago

示例代码 https://github.com/stbui/angular-material-app/blob/90eae2804a4b6fc1550f4f2a93592b13ed53fd09/src/app/admin/navigation/navigation.component.ts#L36-L45

duard commented 6 years ago

I will try this, thanks !