mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-03 08:08:49 +01:00
feat(forms): add a form layouts page (#5)
This commit is contained in:
parent
33a21d559b
commit
4a9685eada
4 changed files with 228 additions and 0 deletions
|
|
@ -89,6 +89,9 @@ export const menuItems: List<NgaMenuItem> = List([{
|
|||
children: List<NgaMenuItem>([{
|
||||
title: 'Form Inputs',
|
||||
link: '/pages/forms/inputs',
|
||||
}, {
|
||||
title: 'Form Layouts',
|
||||
link: '/pages/forms/layouts',
|
||||
}]),
|
||||
}, {
|
||||
title: 'Tables',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue