Improve data load process to occur on app load.

This commit is contained in:
Spencer Ofwiti
2021-07-13 16:57:28 +00:00
parent 0ee8c7e6c8
commit 6ce332a9aa
44 changed files with 1204 additions and 151 deletions

View File

@@ -43,6 +43,11 @@
<mat-icon matSuffix>search</mat-icon>
</mat-form-field>
<div *ngIf="loading">
<h2 class="text-center"><strong>Loading Actions!</strong></h2>
<mat-progress-bar [mode]="'query'"></mat-progress-bar>
</div>
<mat-table class="mat-elevation-z10" [dataSource]="dataSource" multiTemplateDataRows>
<!-- Expand Column -->
<ng-container matColumnDef="expand">