feat: Nach dem Erstellungsprozess wurde die Funktion zum Löschen des Formulars hinzugefügt.
This commit is contained in:
@@ -73,6 +73,7 @@ export class UserFormComponent {
|
||||
name: this.surname.value!,
|
||||
}).subscribe({
|
||||
next: () => {
|
||||
this.delete()
|
||||
this.rService.executeAll();
|
||||
Swal.fire({
|
||||
title: "Vorgang erfolgreich!",
|
||||
|
||||
Reference in New Issue
Block a user