Updated confirm dialog to support async requests with loading spinner

This commit is contained in:
Isaac Abadi
2020-07-25 15:55:52 -04:00
parent d7631360cc
commit c5b0a7a697
3 changed files with 36 additions and 9 deletions

View File

@@ -1 +1,5 @@
.spacer {flex: 1 1 auto;}
.spacer {flex: 1 1 auto;}
.mat-spinner {
margin-left: 8px;
}