feat(tables): add hot-table component page (#1053)

This commit is contained in:
daoudaDiallo 2017-05-03 11:11:12 +00:00 committed by Lex Zhukov
parent f98b128140
commit 6d27f164e7
55 changed files with 2177 additions and 14 deletions

View file

@ -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": {
}
}
}
}