diff --git a/angular.json b/angular.json index 72de1b5..ed3f93d 100644 --- a/angular.json +++ b/angular.json @@ -31,7 +31,9 @@ "node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.css" ], - "scripts": [] + "scripts": [ + "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js" + ] }, "configurations": { "production": {