|
|
@ -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 |
|
|
|