mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-06 17:48:50 +01:00
forms basic components
This commit is contained in:
parent
b674d83552
commit
fcd27874d2
12 changed files with 248 additions and 0 deletions
|
|
@ -82,6 +82,24 @@ export class SidebarService {
|
|||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Form Elements',
|
||||
name: 'Forms',
|
||||
icon: 'ion-compose',
|
||||
selected: false,
|
||||
expanded: false,
|
||||
order: 500,
|
||||
subMenu: [
|
||||
{
|
||||
title: 'Form Inputs',
|
||||
name: 'Inputs',
|
||||
},
|
||||
{
|
||||
title: 'Form Elements',
|
||||
name: 'Layouts',
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Menu Level 1',
|
||||
icon: 'ion-ios-more',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue