diff --git a/src/app/task-form/task-form.component.html b/src/app/task-form/task-form.component.html index 8b03606..c00d78a 100644 --- a/src/app/task-form/task-form.component.html +++ b/src/app/task-form/task-form.component.html @@ -55,9 +55,14 @@ + + +
diff --git a/src/app/task-form/task-form.component.ts b/src/app/task-form/task-form.component.ts index 06d4d17..064d333 100644 --- a/src/app/task-form/task-form.component.ts +++ b/src/app/task-form/task-form.component.ts @@ -91,4 +91,9 @@ export class TaskFormComponent implements OnInit { } }); } + + addNewStatus(){ + allStatus + + } }