diff --git a/angular/angular.json b/angular/angular.json index a87b644..893c76f 100644 --- a/angular/angular.json +++ b/angular/angular.json @@ -40,7 +40,9 @@ "src/styles.css", "node_modules/bootstrap/dist/css/bootstrap.min.css" ], - "scripts": [] + "scripts": [ + "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js" + ] }, "configurations": { "production": { diff --git a/angular/src/app/about/about.component.html b/angular/src/app/about/about.component.html index 86a08c7..b191ce3 100644 --- a/angular/src/app/about/about.component.html +++ b/angular/src/app/about/about.component.html @@ -2,32 +2,63 @@