init uploader

This commit is contained in:
Benjamin Ifland
2019-03-27 15:53:02 +01:00
parent 02d395b480
commit a109f790e9
7 changed files with 612 additions and 610 deletions

View File

@@ -25,6 +25,7 @@ import { SongEditComponent } from './components/songs/song-edit/song-edit.compon
import { SongNewComponent } from './components/songs/song-new/song-new.component';
import { SongFormComponent } from './components/songs/song-form/song-form.component';
import { SongFilesComponent } from './components/songs/song-files/song-files.component';
import { FileUploadModule } from 'ng2-file-upload';
@NgModule({
declarations: [
@@ -55,7 +56,8 @@ import { SongFilesComponent } from './components/songs/song-files/song-files.com
MatSelectModule,
MatTooltipModule,
FontAwesomeModule
FontAwesomeModule,
FileUploadModule,
],
providers: [],
bootstrap: [AppComponent]