diff --git a/src/app/pages/app.crud.component.html b/src/app/pages/app.crud.component.html
index 2f65bfc..753dd18 100644
--- a/src/app/pages/app.crud.component.html
+++ b/src/app/pages/app.crud.component.html
@@ -46,28 +46,28 @@
|
- Code
+ | Code
{{product.code || product.id}}
|
-
+ |
Name
{{product.name}}
|
- Image
+ | Image
|
-
+ |
Price
{{product.price | currency:'USD'}}
|
-
+ |
Category
{{product.category}}
|
- Reviews
+ | Reviews
|
- Status
+ | Status
{{product.inventoryStatus}}
|
|