diff --git a/angular.json b/angular.json index 226ed4c..8e0bc83 100644 --- a/angular.json +++ b/angular.json @@ -29,7 +29,9 @@ "src/styles.css", "src/assets/scss/black-dashboard.scss" ], - "scripts": [] + "scripts": [ + "node_modules/bootstrap/dist/js/bootstrap.min.js" + ] }, "configurations": { "production": { diff --git a/src/app/task-form/task-form.component.html b/src/app/task-form/task-form.component.html index 0a90a8d..7d93e0e 100644 --- a/src/app/task-form/task-form.component.html +++ b/src/app/task-form/task-form.component.html @@ -50,19 +50,35 @@
+ + - +
+