löschen button
This commit is contained in:
@@ -63,8 +63,7 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
@if (canDeleteList()) {
|
@if (canDeleteList()) {
|
||||||
<button
|
<button mat-icon-button
|
||||||
mat-stroked-button
|
|
||||||
type="button"
|
type="button"
|
||||||
color="warn"
|
color="warn"
|
||||||
[disabled]="deletingList()"
|
[disabled]="deletingList()"
|
||||||
@@ -72,10 +71,8 @@
|
|||||||
>
|
>
|
||||||
@if (deletingList()) {
|
@if (deletingList()) {
|
||||||
<mat-progress-spinner mode="indeterminate" diameter="18" />
|
<mat-progress-spinner mode="indeterminate" diameter="18" />
|
||||||
} @else {
|
|
||||||
<mat-icon aria-hidden="true">delete</mat-icon>
|
|
||||||
}
|
}
|
||||||
Loeschen
|
<mat-icon aria-hidden="true">delete</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user