Teamswork sync

This commit is contained in:
Nicolai Ort 2020-06-10 11:28:24 +02:00
parent c718943af3
commit e1a531ce80
3 changed files with 39 additions and 39 deletions

View File

@ -1 +1 @@
<app-task-list></app-task-list>
<router-outlet></router-outlet>

View File

@ -6,9 +6,9 @@
<br/>
<span>Inhalt: {{userstory.content}}</span>
<br/>
<span>Priotität: {{userstory.priority}}</span>
<span>Priotität: {{userstory.priority}}</span>
<br>
<button class="btn btn-secondary m-2" (click)="openUserstoryForm(userstory)">Bearbeiten</button>
<button class="btn btn-secondary m-2" (click)="deleteUserstory(userstory)">Löschen</button>
<button class="btn btn-secondary m-2" (click)="deleteUserstory(userstory)">Löschen</button>
</li>
</ul>