Merge branches 'feature/shared-content' and 'feature/shared-content' of https://bitbucket.org/equilibriumito/gabinete-digital-fo into feature/shared-content

This commit is contained in:
Eudes Inácio
2023-12-13 18:44:46 +01:00
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 // You can access the native HTML video element using videoElement.nativeElement
const video: HTMLVideoElement = videoElement.nativeElement; const video: HTMLVideoElement = videoElement.nativeElement;
video.pause()
// Do something with each video element // Do something with each video element
// console.log(video); // console.log(video);
}); });
@@ -360,8 +360,9 @@ export class ViewPublicationsPage implements OnInit {
// You can access the native HTML video element using videoElement.nativeElement // You can access the native HTML video element using videoElement.nativeElement
const video: HTMLVideoElement = videoElement.nativeElement; const video: HTMLVideoElement = videoElement.nativeElement;
video.pause()
// Do something with each video element // Do something with each video element
console.log(video); // console.log(video);
}); });
} }