Skip to content
Snippets Groups Projects
Commit fee29c7b authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Add ngModel to input fields

parent d3c83a8a
No related merge requests found
<div>
<mat-form-field class="input-block">
<input matInput placeholder="Thema" name="subject"/>
<input matInput [(ngModel)]="content.subject" maxlength="20" placeholder="Thema" name="subject"/>
</mat-form-field>
<mat-form-field class="input-block">
<input matInput
placeholder="Inhalt" name="body">
<input matInput [(ngModel)]="content.body" placeholder="Inhalt" name="body">
</mat-form-field>
<div fxLayout="row" fxLayoutAlign="center" fxLayoutGap="10px">
<button (click)="dialogRef.close()" mat-button color="primary">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment