TO SQUASH with migration angular 4

This commit is contained in:
2017-10-11 22:07:40 +02:00
parent 94480a27d2
commit 0a73002871
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import { Song } from './../object/song';
import { Album } from './../object/album';
@Component({
selector: 'app-album-component',
selector: 'app-album',
templateUrl: './album.component.html',
styleUrls: [ './album.component.css', './../dashboard.component.css' ]
})

View File

@@ -9,7 +9,7 @@ import { Artist } from './../object/artist';
import { SortByPipe } from './../sort-by.pipe';
@Component({
selector: 'app-artist-component',
selector: 'app-artist',
templateUrl: './artist.component.html',
styleUrls: [ './../album/album.component.css', './../dashboard.component.css' ]
})