Work with HTML5 Video Player with Angular 2+
Hi coders, This is just a straight forward post. I'll explain you all, how to use the html5 video player ( https://www.w3schools.com/html/html5_video.asp ) with angular. Actually there are some tricky parts as well, such as; not refreshing the video when clicking on multiple video urls. So, lets get started. video-player.component.html <div id=" jobCallDetailModal " class="modal fade dashboardN" role="dialog" data-backdrop="static"> <div class="modal-dialog modal-lg modal-xl"> <div class="modal-content"> <div class="modal-header" *ngIf="callDetails != null" > <button type="button" class="close" (click)="closeVideoViewer()"> <i class="ti ti-close"></i> </button> <h5 class="modal-title float-left">Job...