diff --git a/WEB/src/app/app.module.ts b/WEB/src/app/app.module.ts index 6d2ff7e..5ff2877 100644 --- a/WEB/src/app/app.module.ts +++ b/WEB/src/app/app.module.ts @@ -17,6 +17,7 @@ import { MatChipsModule } from '@angular/material/chips'; import { MatRadioModule } from '@angular/material/radio'; import { MatSelectModule } from '@angular/material/select'; import { MatTooltipModule } from '@angular/material/tooltip'; +import { MatProgressBarModule } from '@angular/material/progress-bar'; import { TableComponent } from './components/songs/table/table.component'; import { SongsComponent } from './components/songs/songs.component'; @@ -43,7 +44,6 @@ import { FileUploadModule } from 'ng2-file-upload'; BrowserAnimationsModule, FormsModule, ReactiveFormsModule, - AppRoutingModule, HttpClientModule, ODataModule, @@ -55,9 +55,11 @@ import { FileUploadModule } from 'ng2-file-upload'; MatRadioModule, MatSelectModule, MatTooltipModule, + MatProgressBarModule, FontAwesomeModule, FileUploadModule, + AppRoutingModule, ], providers: [], bootstrap: [AppComponent] diff --git a/WEB/src/app/components/songs/song-files/song-files.component.html b/WEB/src/app/components/songs/song-files/song-files.component.html index 60f005d..c19e5f8 100644 --- a/WEB/src/app/components/songs/song-files/song-files.component.html +++ b/WEB/src/app/components/songs/song-files/song-files.component.html @@ -4,22 +4,24 @@
|
-
- Angehängte Dateien
-
+ Angehängte Dateien
|
{{ element.Name }} | + |
|---|