Browse Source

Introduce isLoading attribute

pull/7540/head
Thomas Kaul 4 weeks ago
parent
commit
e304ef4bfc
  1. 4
      libs/ui/src/lib/value/value.component.html

4
libs/ui/src/lib/value/value.component.html

@ -27,6 +27,10 @@
}
</ng-template>
<!--
@deprecated Rendering the loading state for an undefined value is kept for
backward compatibility; use the isLoading attribute instead
-->
@if (isLoading() || value === undefined) {
<ngx-skeleton-loader
animation="pulse"

Loading…
Cancel
Save