create new title
This commit is contained in:
18
src/app/modules/songs/song/new/new.component.html
Normal file
18
src/app/modules/songs/song/new/new.component.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<app-card closeLink="../" heading="Neues Lied">
|
||||
|
||||
<div [formGroup]="form" class="split">
|
||||
<mat-form-field appearance="outline">
|
||||
<mat-label>Nummer</mat-label>
|
||||
<input formControlName="number" matInput>
|
||||
</mat-form-field>
|
||||
<mat-form-field appearance="outline">
|
||||
<mat-label>Titel</mat-label>
|
||||
<input autofocus formControlName="title" matInput>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
|
||||
<app-button-row>
|
||||
<app-button (click)="onSave()" [icon]="faSave">Anlegen</app-button>
|
||||
</app-button-row>
|
||||
</app-card>
|
||||
|
||||
Reference in New Issue
Block a user