mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-02 08:11:41 +02:00
Adapt Anngular frontend to karafun terminology
This commit is contained in:
@ -46,12 +46,14 @@ import { EntryListingComponent } from './entry-listing/entry-listing.component';
|
||||
import { SongSearchComponent } from './song-search/song-search.component';
|
||||
|
||||
import { debounceTime, distinctUntilChanged } from "rxjs/operators";
|
||||
import { SongChipComponent } from './song-chip/song-chip.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
AppComponent,
|
||||
EntryListingComponent,
|
||||
SongSearchComponent
|
||||
SongSearchComponent,
|
||||
SongChipComponent
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
Reference in New Issue
Block a user