connexion avec le back pour 'page search' et 'page watching'
This commit is contained in:
parent
d53bc27b7c
commit
5e62d2e4ef
10 changed files with 290 additions and 76 deletions
|
|
@ -29,7 +29,7 @@ export class VideoGridComponent implements OnChanges
|
|||
|
||||
onAdd(video: VideoAll): void
|
||||
{
|
||||
this.addVideoToPlaylistsService.run(video);
|
||||
this.addVideoToPlaylistsService.run(video.videoId, video.source);
|
||||
}
|
||||
|
||||
tronquage(str: string)
|
||||
|
|
|
|||
Reference in a new issue