Commit 7c5faab838b86acd276fc8582d7cc9681a7701b0
1 parent
4f5ba36cf4
Exists in
master
and in
1 other branch
Agregada dependencia de bootstrap.
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
angular.json
| ... | ... | @@ -27,9 +27,14 @@ |
| 27 | 27 | "src/assets" |
| 28 | 28 | ], |
| 29 | 29 | "styles": [ |
| 30 | + "node_modules/bootstrap/dist/css/bootstrap.min.css", | |
| 30 | 31 | "src/styles.scss" |
| 31 | 32 | ], |
| 32 | - "scripts": [] | |
| 33 | + "scripts": [ | |
| 34 | + "node_modules/jquery/dist/jquery.min.js", | |
| 35 | + "node_modules/popper.js/dist/umd/popper.min.js", | |
| 36 | + "node_modules/bootstrap/dist/js/bootstrap.min.js" | |
| 37 | + ] | |
| 33 | 38 | }, |
| 34 | 39 | "configurations": { |
| 35 | 40 | "production": { |