From c082a15d48ebaa134b2c40b75ab7267d8a5e2036 Mon Sep 17 00:00:00 2001 From: Nevena Bojovic Date: Tue, 5 Apr 2022 22:36:23 +0200 Subject: Doradjene stranice. --- frontend/angular.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'frontend/angular.json') 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": { -- cgit v1.2.3