alfresco-ng2-components/lib/core/viewer/components/mediaPlayer.component.html
Eugenio Romano a52bb5600a
New packages org (#2639)
New packages org
2017-11-16 14:12:52 +00:00

4 lines
75 B
HTML

<video controls>
<source [src]="urlFile" [type]="mimeType" />
</video>