Skip to content

Commit 37a3774

Browse files
Migrate to Bootstrab 4.4.1
1 parent b77c79d commit 37a3774

File tree

144 files changed

+4530
-11070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+4530
-11070
lines changed

.angular-cli.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@
2020
"prefix": "app",
2121
"styles": [
2222
"styles.css",
23-
"../node_modules/font-awesome/css/font-awesome.css"
23+
"../node_modules/font-awesome/css/font-awesome.css",
24+
"../node_modules/bootstrap/dist/css/bootstrap.min.css"
2425
],
2526
"scripts": [
2627
"../node_modules/jquery/dist/jquery.min.js",
28+
"../node_modules/popper.js/dist/umd/popper.min.js",
2729
"../node_modules/jspdf/dist/jspdf.min.js",
2830
"../node_modules/jspdf-autotable/dist/jspdf.plugin.autotable.js",
29-
"../node_modules/chart.js/dist/Chart.bundle.min.js"
31+
"../node_modules/chart.js/dist/Chart.bundle.min.js",
32+
"../node_modules/bootstrap/dist/js/bootstrap.min.js"
3033
],
3134
"environmentSource": "environments/environment.ts",
3235
"environments": {

0 commit comments

Comments
 (0)