From b044e5b637c7ac9c82b27ca5572a503161f0918a Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Thu, 28 Sep 2017 16:54:21 +0100 Subject: [PATCH] Changed ul to table --- src/app/app.component.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 7325dfd..76effb0 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -5,11 +5,17 @@

List of things

- + + + + + + + + + + +
IdTitle
{{p.id}}{{p.title}}

Details are here