mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat(components): add a tree view page
This commit is contained in:
parent
cf23f972d1
commit
a3dede33cf
13 changed files with 109 additions and 8 deletions
|
|
@ -36,7 +36,10 @@ export const menuItems: List<NgaMenuItem> = List([{
|
|||
}, {
|
||||
title: 'Components',
|
||||
icon: 'ion ion-ios-gear-outline',
|
||||
link: '/pages/components',
|
||||
children: List<NgaMenuItem>([{
|
||||
title: 'Tree',
|
||||
link: '/pages/components/tree',
|
||||
}]),
|
||||
}, {
|
||||
title: 'Maps',
|
||||
icon: 'ion ion-ios-location-outline',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue