Extract snackbar error message implementation to service #43

Closed
ptran wants to merge 37 commits from refactor/error-message into main
Showing only changes of commit 4ab01752bf - Show all commits

View File

@ -38,7 +38,7 @@
<mat-icon>edit</mat-icon>
</button>
<button mat-icon-button color="warn" [matTooltip]="'Delete employee'" (click)="openDeleteDialogue(employee)">
<mat-icon>delete</mat-icon>
🗑️
</button>
</td>
</ng-container>