update angular
This commit is contained in:
@@ -6,6 +6,7 @@ import {Config} from '../../../../services/config';
|
||||
selector: 'app-legal',
|
||||
templateUrl: './legal.component.html',
|
||||
styleUrls: ['./legal.component.less'],
|
||||
standalone: false,
|
||||
})
|
||||
export class LegalComponent {
|
||||
@Input() public song: Song | null = null;
|
||||
|
||||
Reference in New Issue
Block a user