mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 09:20:12 +01:00
fix(dependencies): update angular to 2.4.4
This commit is contained in:
parent
10f74ef6b1
commit
be9c677c06
2 changed files with 41 additions and 41 deletions
|
|
@ -36,28 +36,28 @@ export const PAGES_MENU = [
|
|||
}
|
||||
]
|
||||
},
|
||||
//{
|
||||
// path: 'components',
|
||||
// data: {
|
||||
// menu: {
|
||||
// title: 'Components',
|
||||
// icon: 'ion-gear-a',
|
||||
// selected: false,
|
||||
// expanded: false,
|
||||
// order: 250,
|
||||
// }
|
||||
// },
|
||||
// children: [
|
||||
// {
|
||||
// path: 'treeview',
|
||||
// data: {
|
||||
// menu: {
|
||||
// title: 'Tree View',
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// ]
|
||||
//},
|
||||
// {
|
||||
// path: 'components',
|
||||
// data: {
|
||||
// menu: {
|
||||
// title: 'Components',
|
||||
// icon: 'ion-gear-a',
|
||||
// selected: false,
|
||||
// expanded: false,
|
||||
// order: 250,
|
||||
// }
|
||||
// },
|
||||
// children: [
|
||||
// {
|
||||
// path: 'treeview',
|
||||
// data: {
|
||||
// menu: {
|
||||
// title: 'Tree View',
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// ]
|
||||
// },
|
||||
{
|
||||
path: 'charts',
|
||||
data: {
|
||||
|
|
@ -184,14 +184,14 @@ export const PAGES_MENU = [
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'smarttables',
|
||||
data: {
|
||||
menu: {
|
||||
title: 'Smart Tables',
|
||||
}
|
||||
}
|
||||
}
|
||||
// {
|
||||
// path: 'smarttables',
|
||||
// data: {
|
||||
// menu: {
|
||||
// title: 'Smart Tables',
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue