diff --git a/WEB/src/app/app.module.ts b/WEB/src/app/app.module.ts index df02245..f570c18 100644 --- a/WEB/src/app/app.module.ts +++ b/WEB/src/app/app.module.ts @@ -21,9 +21,11 @@ import { TableComponent } from './components/songs/table/table.component'; import { SongsComponent } from './components/songs/songs.component'; import { SongComponent } from './components/songs/song/song.component'; import { SongEditComponent } from './components/songs/song-edit/song-edit.component'; +import { SongNewComponent } from './components/songs/song-new/song-new.component'; +import { SongFormComponent } from './components/songs/song-form/song-form.component'; @NgModule({ - declarations: [AppComponent, SongsComponent, TableComponent, SongComponent, SongEditComponent], + declarations: [AppComponent, SongsComponent, TableComponent, SongComponent, SongEditComponent, SongNewComponent, SongFormComponent], imports: [ BrowserModule, BrowserAnimationsModule, diff --git a/WEB/src/app/components/songs/song-edit/song-edit.component.html b/WEB/src/app/components/songs/song-edit/song-edit.component.html index f63ed0c..fd81955 100644 --- a/WEB/src/app/components/songs/song-edit/song-edit.component.html +++ b/WEB/src/app/components/songs/song-edit/song-edit.component.html @@ -1,61 +1,18 @@
- +
-
Titel bearbeiten - Daten werden nach der Eingabe automatisch gespeichert + + Daten werden nach der Eingabe automatisch gespeichert +
-
- - - -
- - Lobpreis - Anbetung - - - Tonart - - - {{ key }} - - - - - - -
- - - - - - -
+