Improve data load process to occur on app load.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user