löschen button
This commit is contained in:
@@ -63,8 +63,7 @@
|
||||
</button>
|
||||
|
||||
@if (canDeleteList()) {
|
||||
<button
|
||||
mat-stroked-button
|
||||
<button mat-icon-button
|
||||
type="button"
|
||||
color="warn"
|
||||
[disabled]="deletingList()"
|
||||
@@ -72,10 +71,8 @@
|
||||
>
|
||||
@if (deletingList()) {
|
||||
<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>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user