mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
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:
@@ -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);
|
||||
});
|
||||
|
||||
@@ -360,8 +360,9 @@ 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);
|
||||
// console.log(video);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user