From 9be7dccc75b7836ce0c35b3e01155e1a48611451 Mon Sep 17 00:00:00 2001 From: Toast Date: Tue, 28 Jan 2025 11:36:24 +0100 Subject: [PATCH] Add bootstrap script --- angular.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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": {