diff --git a/src/app/task/task.component.html b/src/app/task/task.component.html index 492e6d7..2246003 100644 --- a/src/app/task/task.component.html +++ b/src/app/task/task.component.html @@ -1,16 +1,8 @@ - - - {{this.taskObj.name}} - {{this.date}} - -
- -

- {{this.taskObj.description}} -

-
- - - - -
+ +
+
{{this.taskObj.name}}
+
{{this.taskObj.id}}
+
{{this.taskObj.description}}
+
{{this.taskObj.state}}
+
{{this.taskObj.date}}
+