videogular / ngx-videogular

The HTML5 video player for Angular 2 and successor to videogular2
MIT License
133 stars 36 forks source link

Error executing ionic build --prod with ionic5 + Angular12.1.1 #70

Closed newzdhong closed 3 years ago

newzdhong commented 3 years ago

Error: src/app/share/videogular2-player/videogular2-player.component.html:20:11 - error TS2740: Type 'HTMLVideoElement' is missing the following properties from type 'IMediaElement': audioTracks, msAudioCategory, msAudioDeviceType, msGraphicsTrustStatus, and 13 more.

<video [vgMedia]="media"

IxquitilisSaid commented 3 years ago

Sorry for the late reply. Please use it as so [vgMedia]="$any(media)".

newzdhong commented 3 years ago

thank you!