zoneless + fix signal form refresh
This commit is contained in:
+2
-4
@@ -1,4 +1,4 @@
|
||||
<form>
|
||||
<form (submit)="submit(); $event.preventDefault()">
|
||||
<mat-form-field>
|
||||
<mat-label>Vorname</mat-label>
|
||||
<input matInput placeholder="Vorname" [field]="form.vorname" />
|
||||
@@ -35,7 +35,5 @@
|
||||
<mat-option [value]="false">Nein</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
<button mat-raised-button color="primary" (click)="submit()">
|
||||
Speichern
|
||||
</button>
|
||||
<button mat-raised-button color="primary" type="submit">Speichern</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user