aboutsummaryrefslogtreecommitdiff
path: root/frontend/angular.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/angular.json')
-rw-r--r--frontend/angular.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/angular.json b/frontend/angular.json
index 6653e4b1..f9825281 100644
--- a/frontend/angular.json
+++ b/frontend/angular.json
@@ -33,7 +33,10 @@
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
],
"scripts": [
- "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
+ "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js",
+ "node_modules/jquery/dist/jquery.min.js",
+ "node_modules/popper.js/dist/popper.min.js",
+ "node_modules/bootstrap/dist/js/bootstrap.min.js"
]
},
"configurations": {