From f6b10379b6670281eab0ad1b95124064d5f8efa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Fri, 24 Dec 2021 17:10:24 +0300 Subject: [PATCH] update crud --- src/app/pages/app.crud.component.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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}}