ng-video-player
TypeScript icon, indicating that this package has built-in type declarations

1.1.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ng-video-player

Weekly Downloads

3

Version

1.1.6

License

MIT

Unpacked Size

217 kB

Total Files

24

Last publish

Collaborators

  • nikita_reutov