TO SQUASH with migration angular 4
This commit is contained in:
@@ -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' ]
|
||||
})
|
||||
|
||||
@@ -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' ]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user