@universal-web-video-player/player-angular
v0.5.3
Published
Angular wrapper for universal video player
Downloads
480
Readme
@universal-web-video-player/player-angular
Angular wrapper for the Universal Video Player.
Installation
npm install @universal-web-video-player/player-angular @universal-web-video-player/player-web-componentUsage
- Add
CUSTOM_ELEMENTS_SCHEMAto your module. - Use the component:
<uvp-player
[source-url]="videoUrl"
[autoplay]="true"
></uvp-player>Status: Beta
The Angular wrapper is currently in Beta. Please report any issues on GitHub.
