presentation zoom and legal info
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import {Component, Input} from '@angular/core';
|
||||
import {Song} from '../../../songs/services/song';
|
||||
|
||||
@Component({
|
||||
selector: 'app-legal',
|
||||
templateUrl: './legal.component.html',
|
||||
styleUrls: ['./legal.component.less']
|
||||
})
|
||||
export class LegalComponent {
|
||||
@Input() public song: Song;
|
||||
}
|
||||
Reference in New Issue
Block a user