add songs live on presentation

This commit is contained in:
2020-04-22 11:34:03 +02:00
committed by smuddy
parent db2d7d8d8c
commit 5c7e588c2a
17 changed files with 149 additions and 59 deletions

View File

@@ -15,6 +15,7 @@ import {MatButtonModule} from '@angular/material/button';
import {FontAwesomeModule} from '@fortawesome/angular-fontawesome';
import {MatSliderModule} from '@angular/material/slider';
import {FormsModule} from '@angular/forms';
import {AddSongModule} from '../../widget-modules/components/add-song/add-song.module';
@NgModule({
@@ -31,7 +32,8 @@ import {FormsModule} from '@angular/forms';
MatButtonModule,
FontAwesomeModule,
MatSliderModule,
FormsModule
FormsModule,
AddSongModule
]
})
export class PresentationModule {