Added priotity to Task

This commit is contained in:
2020-06-08 12:53:48 +02:00
parent a84a518d3f
commit 2660f3a407
2 changed files with 9 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
<span>Titel: {{task.title}}</span>
<br/>
<span>Inhalt: {{task.content}}</span>
<br/>
<span>Priotität: {{task.priority}}</span>
<br>
<button class="btn btn-secondary m-2" (click)="openTaskForm(task)">Bearbeiten</button>
<button class="btn btn-secondary m-2" (click)="deleteTask(task)">Löschen</button>