diff --git a/src/app/sprint-table/sprint-table.component.html b/src/app/sprint-table/sprint-table.component.html index 9190d3a..32e1da9 100644 --- a/src/app/sprint-table/sprint-table.component.html +++ b/src/app/sprint-table/sprint-table.component.html @@ -1 +1,42 @@ - \ No newline at end of file +
+ +

+ Sprints +

+ + + + + + + + + + + + + + + + + + + +
+ ID + + + + + + Titel + + + + +
{{sprint.id}}{{sprint.title}} + + +
+
+ \ No newline at end of file