diff options
Diffstat (limited to 'ui/angular.json')
-rw-r--r-- | ui/angular.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/angular.json b/ui/angular.json index 5639d48..a8ee71f 100644 --- a/ui/angular.json +++ b/ui/angular.json @@ -30,7 +30,9 @@ "styles": [ "src/styles.sass" ], - "scripts": [] + "scripts": [ + "node_modules/bootstrap/dist/js/bootstrap.min.js", + ] }, "configurations": { "production": { |