diff --git a/src/app/task-form/task-form.component.html b/src/app/task-form/task-form.component.html index 5463e85..601535d 100644 --- a/src/app/task-form/task-form.component.html +++ b/src/app/task-form/task-form.component.html @@ -1,10 +1,14 @@ -
+
-
+
+ +
+
+

Neuen Task anlegen

- +
+
-
@@ -43,12 +46,12 @@ Status: {{task.statusid}} diff --git a/src/app/task-table/task-table.component.ts b/src/app/task-table/task-table.component.ts index 66e49fe..54163ef 100644 --- a/src/app/task-table/task-table.component.ts +++ b/src/app/task-table/task-table.component.ts @@ -11,6 +11,7 @@ import { TaskFormComponent } from '../task-form/task-form.component'; import { TableComponentBase } from '../services/table-component.base'; import { ActivatedRoute, ParamMap, Router } from '@angular/router'; import { getNumberForPriority } from '../services/sorting.service'; +import { NONE_TYPE } from '@angular/compiler'; @Component({ selector: 'app-userstory-table',