DalianDragon / videogular2

The HTML5 video player for Angular 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Videogular

![Gitter](https://badges.gitter.im/Join Chat.svg)

Videogular is an HTML5 video player for Angular 2.0. Videogular is a wrapper over the HTML5 video tag, so you just could add whatever you want. This provides a very powerful, but simple to use solution, for everybody.

You could see a demo here: http://www.videogular.com

Documentation and how to install

NPM commands

Run build to compile the project:

npm install
npm run build

Run test to test the project:

npm test

Run coverage to check the coverage report:

npm run coverage

To start the example app run the following commands and open http://localhost:8080:

cd examples
npm install
npm run build
npm start

Supported by

Videogular wants to thank you to this companies for support this project:

Credits

Videogular is an open source project maintained by (literally) [two fucking developers] (http://twofuckingdevelopers.com/).

We want to thank all our contributors: [Raúl Jiménez] (https://github.com/Elecash), [Robert Zhang] (https://github.com/rogerz), [Javier Tejero] (https://github.com/javiertejero), Marcos González, Rafał Lindemann, Alberto Tafoya, Sergey Okhotnitski, Javier Cejudo, Sam Lau, paxal78, Raymond Klass, Harry Cutts, Chris MacPherson, stefanvonderkrone, Emil Ibatullin, Uzair Sajid, pavelnikolov, Frank3K, EmilioAiolfi, Bernhelm, Morriz, Chris Funk, Johann Beishline, edisonh and [our bug submitters] (https://github.com/2fdevs/videogular/issues?state=open).

Changelog

Here you can see the complete [changelog] (https://github.com/2fdevs/videogular/blob/master/CHANGELOG.md)

About

The HTML5 video player for Angular 2

License:MIT License


Languages

Language:TypeScript 84.5%Language:JavaScript 15.5%