- | Action |
+ Action |
edit
delete
diff --git a/ng-seed/src/app/appoinment/business/business-list/business-list.component.scss b/ng-seed/src/app/appoinment/business/business-list/business-list.component.scss
index fd9c48f..a14f574 100644
--- a/ng-seed/src/app/appoinment/business/business-list/business-list.component.scss
+++ b/ng-seed/src/app/appoinment/business/business-list/business-list.component.scss
@@ -123,4 +123,7 @@ img {
}
.mat-mob{
width: 15%;
+ }
+ .mat-action{
+ width: 10%;
}
\ No newline at end of file
diff --git a/ng-seed/src/app/appoinment/customers/customers-list/customers-list.component.html b/ng-seed/src/app/appoinment/customers/customers-list/customers-list.component.html
index e3fb794..7547649 100644
--- a/ng-seed/src/app/appoinment/customers/customers-list/customers-list.component.html
+++ b/ng-seed/src/app/appoinment/customers/customers-list/customers-list.component.html
@@ -19,41 +19,77 @@
+
+
+
+ | S.No |
+ {{row.id}} |
+
- 0" class="my-table mat-elevation-z8 len-table">
-
-
+
+ | Name |
+ {{row.cusName}} |
+
+
+
+ Email |
+ {{row.email}} |
+
+
+
+ Mobile no |
+ {{row.phoneNo}} |
+
+
+
+ Address |
+ {{row.address_1}}, {{row.city}}, {{row.state}} |
+
+
+
+ Action |
+
+ edit
+ delete
+ |
+
+
+
+
+
+
+
+
+
Name
{{row.cusName}}
-
+
Email
{{row.email}}
-
Mobile No
{{row.phoneNo}}
-
+
Address
{{row.address_1}} {{row.city}} {{row.state}}
-
+
Action
@@ -66,7 +102,11 @@
-
+ -->
+
+
+
+
|