list songs

This commit is contained in:
Benjamin Ifland
2019-03-23 15:25:12 +01:00
parent 14a033a56c
commit 3b060ebf55
26 changed files with 294 additions and 223 deletions

View File

@@ -1,5 +1,6 @@
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { ODataModule } from 'odata-v4-ng';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
@@ -20,6 +21,7 @@ import { SongComponent } from './components/song/song.component';
BrowserModule,
AppRoutingModule,
HttpClientModule,
ODataModule,
MatCardModule,
MatTableModule,