Browse Source

Introduce isLoading attribute

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

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

@ -29,7 +29,7 @@
<!-- <!--
@deprecated Rendering the loading state for an undefined value is kept for @deprecated Rendering the loading state for an undefined value is kept for
backward compatibility; use the isLoading attribute instead backward compatibility. Use the isLoading attribute instead.
--> -->
@if (isLoading() || value === undefined) { @if (isLoading() || value === undefined) {
<ngx-skeleton-loader <ngx-skeleton-loader

Loading…
Cancel
Save