mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +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
22
package.json
22
package.json
|
|
@ -6,15 +6,15 @@
|
|||
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular/common": "~2.4.3",
|
||||
"@angular/compiler": "~2.4.3",
|
||||
"@angular/core": "~2.4.3",
|
||||
"@angular/forms": "~2.4.3",
|
||||
"@angular/http": "~2.4.3",
|
||||
"@angular/platform-browser": "~2.4.3",
|
||||
"@angular/platform-browser-dynamic": "~2.4.3",
|
||||
"@angular/platform-server": "~2.4.3",
|
||||
"@angular/router": "~3.4.3",
|
||||
"@angular/common": "~2.4.4",
|
||||
"@angular/compiler": "~2.4.4",
|
||||
"@angular/core": "~2.4.4",
|
||||
"@angular/forms": "~2.4.4",
|
||||
"@angular/http": "~2.4.4",
|
||||
"@angular/platform-browser": "~2.4.4",
|
||||
"@angular/platform-browser-dynamic": "~2.4.4",
|
||||
"@angular/platform-server": "~2.4.4",
|
||||
"@angular/router": "~3.4.4",
|
||||
"@angularclass/conventions-loader": "^1.0.2",
|
||||
"@angularclass/hmr": "~1.2.2",
|
||||
"@angularclass/hmr-loader": "~3.0.2",
|
||||
|
|
@ -41,10 +41,10 @@
|
|||
"leaflet-map": "^0.2.1",
|
||||
"lodash": "^4.12.0",
|
||||
"ng2-bootstrap": "1.1.16-11",
|
||||
"ng2-ckeditor": "1.1.4",
|
||||
"ng2-ckeditor": "1.1.5",
|
||||
"ng2-smart-table": "^0.3.2",
|
||||
"ng2-tree": "^0.0.2-7",
|
||||
"ng2-uploader": "1.6.1",
|
||||
"ngx-uploader": "^2.0.24",
|
||||
"normalize.css": "^4.1.1",
|
||||
"reflect-metadata": "^0.1.9",
|
||||
"rxjs": "~5.0.2",
|
||||
|
|
|
|||
|
|
@ -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