Skip to content

BlackTafita/angular-video-player

Repository files navigation

NgVideoPlayer

Generic badge Generic badge Generic badge

The HTML5 Video wrapper for Angular. Right now is a simple package which give ability play video.

Install

Install with NPM

npm install ng-video-player 

Install with Yarn

yarn add ng-video-player

How it use

Include NgVideoPlayerModule to your module where you want to use video player component.

Use this code in the component:

<ng-video-player 
  [videoSrc]='path to video file'
  [showToolbar]='true/false'
></ng-video-player>

Help

If you got some problems or ideas. Please create issue on GitHub