feat(tables): add smart table page

This commit is contained in:
Alexander Zhukov 2017-01-27 12:02:08 +03:00
parent 3a9ecd2f64
commit 33f0fbb457
16 changed files with 6364 additions and 608 deletions

View file

@ -6,15 +6,15 @@
"homepage": "http://akveo.github.io/ng2-admin/",
"license": "MIT",
"dependencies": {
"@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",
"@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",
@ -23,7 +23,7 @@
"animate.css": "^3.5.1",
"bootstrap": "4.0.0-alpha.4",
"chart.js": "^1.1.1",
"chartist": "^0.9.7",
"chartist": "^0.10.1",
"ckeditor": "4.6.0",
"core-js": "^2.4.1",
"easy-pie-chart": "^2.1.7",
@ -42,7 +42,7 @@
"lodash": "^4.12.0",
"ng2-bootstrap": "1.1.16-11",
"ng2-ckeditor": "1.1.5",
"ng2-smart-table": "^0.3.2",
"ng2-smart-table": "^0.5.1-0",
"ng2-tree": "^2.0.0-alpha.0",
"ngx-uploader": "^2.0.24",
"normalize.css": "^4.1.1",
@ -52,7 +52,7 @@
"zone.js": "~0.7.4"
},
"devDependencies": {
"@angular/compiler-cli": "~2.4.3",
"@angular/compiler-cli": "2.4.4",
"@types/electron": "^1.3.20",
"@types/fullcalendar": "^2.7.35",
"@types/hammerjs": "^2.0.33",
@ -183,7 +183,6 @@
"url": "https://github.com/akveo/ng2-admin/issues"
},
"engines": {
"node": ">= 4.2.1",
"npm": ">= 3"
"node": ">= 5.4.1 < 7"
}
}