mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
feat(tables): add hot-table component page (#1053)
This commit is contained in:
parent
f98b128140
commit
6d27f164e7
55 changed files with 2177 additions and 14 deletions
|
|
@ -27,6 +27,7 @@
|
|||
"../node_modules/leaflet/dist/leaflet.css",
|
||||
"../node_modules/chartist/dist/chartist.css",
|
||||
"../node_modules/fullcalendar/dist/fullcalendar.css",
|
||||
"../node_modules/handsontable/dist/handsontable.full.css",
|
||||
"app/theme/theme.scss",
|
||||
"styles.scss"
|
||||
],
|
||||
|
|
@ -35,7 +36,9 @@
|
|||
"../node_modules/easy-pie-chart/dist/jquery.easypiechart.js",
|
||||
"../node_modules/jquery-slimscroll/jquery.slimscroll.js",
|
||||
"../node_modules/tether/dist/js/tether.js",
|
||||
"../node_modules/bootstrap/dist/js/bootstrap.js"
|
||||
"../node_modules/bootstrap/dist/js/bootstrap.js",
|
||||
"../node_modules/handsontable/dist/handsontable.full.js",
|
||||
"../node_modules/chroma-js/chroma.js"
|
||||
],
|
||||
"environmentSource": "environments/environment.ts",
|
||||
"environments": {
|
||||
|
|
@ -70,4 +73,4 @@
|
|||
"component": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue