This commit is contained in:
Peter Maquiran
2023-12-13 18:44:31 +01:00
parent 8a65746864
commit 79fe69c6aa
2 changed files with 3 additions and 1 deletions
@@ -142,6 +142,7 @@ export class ViewPublicationsPage implements OnInit {
// You can access the native HTML video element using videoElement.nativeElement
const video: HTMLVideoElement = videoElement.nativeElement;
video.pause()
// Do something with each video element
// console.log(video);
});