ng-video-player

[![Generic badge](https://img.shields.io/github/license/BlackTafita/angular-video-player?style=flat-square)](https://www.npmjs.com/package/ng-video-player) [![Generic badge](https://img.shields.io/npm/v/ng-video-player)](https://www.npmjs.com/package/ng-v

Usage no npm install needed!

<script type="module">
  import ngVideoPlayer from 'https://cdn.skypack.dev/ng-video-player';
</script>

README

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