Commit c29a3caf3c5cb7a397a81fcc13cdad5c2e63e287
1 parent
c6f805b12e
Exists in
master
dependencias.
Showing
1 changed file
with
3 additions
and
1 deletions
 
Show diff stats
angular.json
| ... | ... | @@ -98,6 +98,7 @@ | 
| 98 | 98 | "src/assets" | 
| 99 | 99 | ], | 
| 100 | 100 | "styles": [ | 
| 101 | + "./node_modules/bootstrap/dist/css/bootstrap.min.css", | |
| 101 | 102 | "src/styles.scss" | 
| 102 | 103 | ], | 
| 103 | 104 | "scripts": [] | 
| ... | ... | @@ -129,6 +130,7 @@ | 
| 129 | 130 | } | 
| 130 | 131 | } | 
| 131 | 132 | } | 
| 132 | - }}, | |
| 133 | + } | |
| 134 | + }, | |
| 133 | 135 | "defaultProject": "Frontend-Imagenes" | 
| 134 | 136 | } | 
| 135 | 137 | \ No newline at end of file |