From 7c5c993d2fe73c4d9c7ee7fc747b0eaca5ea1877 Mon Sep 17 00:00:00 2001 From: kevinpauer Date: Tue, 5 Apr 2022 19:43:35 +0200 Subject: [PATCH] Fix wrong dataSource --- .../app/Views/dashboard/dashboard.component.html | 16 ++++++++++++---- .../app/Views/dashboard/dashboard.component.ts | 10 ++++++++-- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/Views/dashboard/dashboard.component.html b/frontend/src/app/Views/dashboard/dashboard.component.html index 7f0b5e9..affddde 100644 --- a/frontend/src/app/Views/dashboard/dashboard.component.html +++ b/frontend/src/app/Views/dashboard/dashboard.component.html @@ -7,28 +7,36 @@
- +
- + - + - + + + + + + +
Symbol {{ element.symbol }} Count {{ element.count }} Time {{ element.time }} Current Price + {{ element.currentPrice }} +