feat: Nach dem Erstellungsprozess wurde die Funktion zum Löschen des Formulars hinzugefügt.

This commit is contained in:
Developer 02
2024-08-01 10:37:15 +02:00
parent 29237edca1
commit 716d8ad4ae

View File

@@ -73,6 +73,7 @@ export class UserFormComponent {
name: this.surname.value!,
}).subscribe({
next: () => {
this.delete()
this.rService.executeAll();
Swal.fire({
title: "Vorgang erfolgreich!",