Browse Source

Add skeleton loader

pull/7327/head
Thomas Kaul 1 day ago
parent
commit
eedef5371f
  1. 11
      apps/client/src/app/components/admin-overview/admin-overview.html

11
apps/client/src/app/components/admin-overview/admin-overview.html

@ -248,6 +248,17 @@
mat-row mat-row
></tr> ></tr>
</table> </table>
@if (isLoading) {
<ngx-skeleton-loader
animation="pulse"
class="px-4 py-3"
[theme]="{
height: '1.5rem',
width: '100%'
}"
/>
}
</div> </div>
</mat-card-content> </mat-card-content>
<mat-card-actions align="end"> <mat-card-actions align="end">

Loading…
Cancel
Save