From 5d6682e40a539f8685acca411b4afa065fe03b1e Mon Sep 17 00:00:00 2001 From: saravanakumarkandasami Date: Sat, 3 Nov 2018 14:26:42 +0530 Subject: [PATCH] Entity list UI --- .../entity-list/entity.list.component.html | 41 ++++++++++++++++++- .../questions/list/list.component.html | 6 +-- 2 files changed, 42 insertions(+), 5 deletions(-) diff --git a/ng6-seed/src/app/settings/entity/entity-list/entity.list.component.html b/ng6-seed/src/app/settings/entity/entity-list/entity.list.component.html index 32b8be9c7..c6ce4f330 100644 --- a/ng6-seed/src/app/settings/entity/entity-list/entity.list.component.html +++ b/ng6-seed/src/app/settings/entity/entity-list/entity.list.component.html @@ -8,7 +8,40 @@ + + + + + + {{ product.entity_name }} + + + + +
{{ product.full_name }} ({{product.short_name}})
+
{{ product.branch_name }}
+
{{product.city_name}}, {{product.state_name}}
+
+
+ + +
{{ product.phone_number }}
+
{{ product.official_email }}
+
+ + + + + + + + + +
+
+
+ +
No Record Found ...
+
- + + diff --git a/ng6-seed/src/app/template/questions/list/list.component.html b/ng6-seed/src/app/template/questions/list/list.component.html index 99295c4c7..fd7fe1a92 100644 --- a/ng6-seed/src/app/template/questions/list/list.component.html +++ b/ng6-seed/src/app/template/questions/list/list.component.html @@ -29,17 +29,17 @@ - + {{ product.category_name }} - + {{ product.question }} - +