1.1.6 • Published 4 years ago

ng-video-player v1.1.6

Weekly downloads
55
License
MIT
Repository
-
Last release
4 years ago

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

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago