From e304ef4bfc92dace968efc87ee5904d4a2882459 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 5 Aug 2026 09:19:12 +0200 Subject: [PATCH] Introduce isLoading attribute --- libs/ui/src/lib/value/value.component.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/ui/src/lib/value/value.component.html b/libs/ui/src/lib/value/value.component.html index 19b72c177..426eda7ca 100644 --- a/libs/ui/src/lib/value/value.component.html +++ b/libs/ui/src/lib/value/value.component.html @@ -27,6 +27,10 @@ } + @if (isLoading() || value === undefined) {