From 269f5a0ae80622c72cbadaef695452e4a368c002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20FINDIKLI?= Date: Fri, 24 Dec 2021 11:04:14 +0300 Subject: [PATCH] Table refactor --- src/app/demo/view/dashboard.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/demo/view/dashboard.component.html b/src/app/demo/view/dashboard.component.html index 439476e..ee688d6 100755 --- a/src/app/demo/view/dashboard.component.html +++ b/src/app/demo/view/dashboard.component.html @@ -74,12 +74,12 @@ - + {{product.name}} - {{product.name}} - {{product.price | currency:'USD'}} - + {{product.name}} + {{product.price | currency:'USD'}} +