From c9d15cd42dbcf3f69657b67970a2247be92c2eca Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sat, 14 Mar 2026 16:26:01 +0700 Subject: [PATCH] feat(lib): implement input signals --- .../lib/benchmark/benchmark.component.html | 16 ++-- .../src/lib/benchmark/benchmark.component.ts | 84 +++++++++---------- 2 files changed, 48 insertions(+), 52 deletions(-) diff --git a/libs/ui/src/lib/benchmark/benchmark.component.html b/libs/ui/src/lib/benchmark/benchmark.component.html index ab6db8887..8820f2ec1 100644 --- a/libs/ui/src/lib/benchmark/benchmark.component.html +++ b/libs/ui/src/lib/benchmark/benchmark.component.html @@ -15,7 +15,7 @@
{{ element?.name }}
- @if (showSymbol) { + @if (showSymbol()) {
{{ element?.symbol }}
@@ -98,7 +98,7 @@ @if (element?.performances?.allTimeHigh?.date) { } @@ -123,7 +123,7 @@ - @if (hasPermissionToDeleteItem) { + @if (hasPermissionToDeleteItem()) {