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!,
|
name: this.surname.value!,
|
||||||
}).subscribe({
|
}).subscribe({
|
||||||
next: () => {
|
next: () => {
|
||||||
|
this.delete()
|
||||||
this.rService.executeAll();
|
this.rService.executeAll();
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
title: "Vorgang erfolgreich!",
|
title: "Vorgang erfolgreich!",
|
||||||
|
|||||||
Reference in New Issue
Block a user