src/app/features/songs/songs.component.ts
selector | app-songs |
templateUrl | songs.component.html |
import { Component } from '@angular/core';
@Component({
selector: 'app-songs',
imports: [],
templateUrl: './songs.component.html',
})
export class SongsComponent {
}