Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/videogular/videogular2
The HTML5 video player for Angular 2
https://github.com/videogular/videogular2
angular angular-2 angular-components angular2 html5-video-player video video-player
Last synced: 6 days ago
JSON representation
The HTML5 video player for Angular 2
- Host: GitHub
- URL: https://github.com/videogular/videogular2
- Owner: videogular
- License: mit
- Created: 2015-10-28T21:35:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T07:45:39.000Z (over 2 years ago)
- Last Synced: 2024-11-21T21:10:58.752Z (21 days ago)
- Topics: angular, angular-2, angular-components, angular2, html5-video-player, video, video-player
- Language: TypeScript
- Homepage: https://videogular.github.io/videogular2-showroom/#/
- Size: 7.24 MB
- Stars: 672
- Watchers: 42
- Forks: 210
- Open Issues: 134
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-angular-components - videogular2 - The HTML5 video player for Angular 2. (Uncategorized / Uncategorized)
- awesome-angular-components - Videogular - The HTML5 video player for Angular 2 (Uncategorized / Uncategorized)
- awesome-angular - videogular2 - The HTML5 video player for Angular 2. (Uncategorized / Uncategorized)
- awesome-angular-components - videogular2 - The HTML5 video player for Angular 2. (Uncategorized / Uncategorized)
README
# ⚠️⚠️⚠️⚠️⚠️⚠️⚠️ DEPRECATED ⚠️⚠️⚠️⚠️⚠️⚠️⚠️
Use new library published [here](https://github.com/videogular/ngx-videogular)# Videogular
[![travis build](https://travis-ci.org/videogular/videogular2.svg?branch=master)](https://travis-ci.org/videogular/videogular2)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/2fdevs/videogular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Greenkeeper badge](https://badges.greenkeeper.io/videogular/videogular2.svg)](https://greenkeeper.io/)**Videogular is an HTML5 video player for Angular 2.0**. Videogular is a wrapper over the HTML5 video tag, so you can just add whatever you want. This provides a very powerful, but simple to use solution, for everybody.
You can see a demo here: https://videogular.github.io/videogular2-showroom/#/
Documentation: https://videogular.github.io/videogular2
# How to install
To get up and running quickly, check out the [getting started guide](https://videogular.github.io/videogular2/docs/getting-started/).
## NPM commands
Run `start` to compile the project, execute tests and check coverage:
```
npm start
```Run `build` to compile the project:
```
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
```## Quick template
[Stackblitz Template](https://stackblitz.com/edit/angular-videogular?file=app%2Fhello.component.ts)
## Supported by
Videogular wants to thank you to this companies for support this project:
[![](sponsors/jetbrains.png)](https://www.jetbrains.com)
[![](sponsors/toptal.png)](https://www.toptal.com)## Credits
Videogular is a project created by [Raúl Jiménez](https://github.com/Elecash) and released under [MIT license](https://github.com/videogular/videogular2/blob/master/LICENSE).
This project would not be possible without our [team members](https://github.com/orgs/videogular/people) and an [amazing community](https://github.com/videogular/videogular2/graphs/contributors),