diff --git a/src/app/demo/view/tabledemo.component.html b/src/app/demo/view/tabledemo.component.html index 2f91b56..94c3d21 100644 --- a/src/app/demo/view/tabledemo.component.html +++ b/src/app/demo/view/tabledemo.component.html @@ -211,11 +211,11 @@ - {{product.name}} + {{product.name}} - {{product.price | currency:'USD'}} - {{product.category}} - + {{product.price | currency:'USD'}} + {{product.category}} + {{product.inventoryStatus}} @@ -279,20 +279,20 @@ - + {{customer.name}} - + {{customer.country.name}} - + {{customer.company}} - + {{customer.status}} - + {{customer.date}} diff --git a/src/app/pages/app.crud.component.html b/src/app/pages/app.crud.component.html index 2ce2640..77c074d 100644 --- a/src/app/pages/app.crud.component.html +++ b/src/app/pages/app.crud.component.html @@ -1,4 +1,4 @@ -
+
@@ -16,12 +16,12 @@ -
+
Manage Products
- - - - + + + +
@@ -47,19 +47,22 @@ Code {{product.code}} - Name + + Name {{product.name}} Image - Price + + Price {{product.price | currency:'USD'}} - Category + + Category {{product.category}} - Reviews + Reviews Status @@ -74,9 +77,9 @@
- + - +