refactor: folders and components
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
@if (loading) {
|
||||
<app-data-spinner/>
|
||||
} @else {
|
||||
<button mat-fab color="primary" (click)="retryFunction.emit()">
|
||||
<mat-icon>refresh</mat-icon>
|
||||
</button>
|
||||
}
|
Reference in New Issue
Block a user