8 lines
152 B
HTML
8 lines
152 B
HTML
@if (loading) {
|
|
<app-data-spinner/>
|
|
} @else {
|
|
<button mat-fab color="primary" (click)="retryLoad()">
|
|
<mat-icon>refresh</mat-icon>
|
|
</button>
|
|
}
|