From 3d86cc8620afe027dc39c490c29fc7dfe6790845 Mon Sep 17 00:00:00 2001 From: Niggl Date: Mon, 29 Jun 2020 16:37:16 +0200 Subject: [PATCH] Added table for sprint-table --- .../sprint-table/sprint-table.component.html | 43 ++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) 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