From 7c5faab838b86acd276fc8582d7cc9681a7701b0 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Mon, 5 Aug 2019 15:14:29 -0300 Subject: [PATCH] Agregada dependencia de bootstrap. --- angular.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 8dc908b..feb6fed 100644 --- a/angular.json +++ b/angular.json @@ -27,9 +27,14 @@ "src/assets" ], "styles": [ + "node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.scss" ], - "scripts": [] + "scripts": [ + "node_modules/jquery/dist/jquery.min.js", + "node_modules/popper.js/dist/umd/popper.min.js", + "node_modules/bootstrap/dist/js/bootstrap.min.js" + ] }, "configurations": { "production": { -- 1.9.1