ng-video-player
v1.1.6
Published
[](https://www.npmjs.com/package/ng-video-player) [](https://www.npmjs.com/package/ng-v
Readme
NgVideoPlayer
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-playerHow 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
