{"id":13735854,"url":"https://github.com/videogular/ngx-videogular","last_synced_at":"2025-05-15T15:03:52.773Z","repository":{"id":38173264,"uuid":"259667064","full_name":"videogular/ngx-videogular","owner":"videogular","description":"The HTML5 video player for Angular 2 and successor to videogular2","archived":false,"fork":false,"pushed_at":"2024-10-10T10:13:14.000Z","size":10241,"stargazers_count":139,"open_issues_count":47,"forks_count":37,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-08T22:04:03.602Z","etag":null,"topics":["angular","angular-components","angular15","html5-video-player","ivy","video","video-player"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/videogular.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-28T14:52:34.000Z","updated_at":"2025-03-02T03:34:22.000Z","dependencies_parsed_at":"2024-01-06T12:02:51.878Z","dependency_job_id":"724d4327-7620-4512-83f9-3531251a9b99","html_url":"https://github.com/videogular/ngx-videogular","commit_stats":{"total_commits":140,"total_committers":15,"mean_commits":9.333333333333334,"dds":"0.12142857142857144","last_synced_commit":"041e808dafb3658d418bc419699784034a4278ff"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videogular%2Fngx-videogular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videogular%2Fngx-videogular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videogular%2Fngx-videogular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videogular%2Fngx-videogular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/videogular","download_url":"https://codeload.github.com/videogular/ngx-videogular/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254364270,"owners_count":22058878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-components","angular15","html5-video-player","ivy","video","video-player"],"created_at":"2024-08-03T03:01:12.132Z","updated_at":"2025-05-15T15:03:52.715Z","avatar_url":"https://github.com/videogular.png","language":"TypeScript","funding_links":[],"categories":["Table of contents","Players"],"sub_categories":["Third Party Components"],"readme":"# Videogular\n\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@videogular/ngx-videogular)\n![npm](https://img.shields.io/npm/dy/@videogular/ngx-videogular)\n[![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?)]()\n\n**Ngx-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.\n\n:tv: [Showcase](https://videogular.github.io/ngx-videogular-showroom/#/)\n\n:books: [Documentation](https://videogular.github.io/ngx-videogular/docs)\n\n## Moving from Videogular2 to Ngx-Videogular\n\nSince `videogular2` is unmaintained, we suggest moving to `@videogular/ngx-videogular`. \u003c/br\u003e\nYou can check out the [migration guide here](https://videogular.github.io/ngx-videogular/docs/migrating-from-videogular2/).\n\n### 48% smaller bundle size? Ivy Support? \u003c/br\u003e All of that and more!\n\n## Version Compatibility\n\n| Ngx-Videogular | Angular          | Node\n|----------------|------------------|--------------------------------------\n| \u003c= ^6.0.0      | \u003c 15.0.0         | \u003c 16.0.0\n| ^7.0.0 \u003c 8.0.0 | ^15.0.0 \u003c 16.0.0 | ^14.20.0 \\|\\| ^16.13.0 \\|\\| ^18.10.0\n| ^8.0.0         | \u003e= 16.0.0        | ^16.13.0 \\|\\| ^18.10.0\n\n## DashJS 2.X.X deprecation\n\nFrom 2.0.1 onwards we'll only support DashJS v3. \u003c/br\u003e\nFor DashJS v2 compatiblity, please use @videogular/ngx-videogular version \u003c 2.0.1.\n\n## How to install\n\nTo get up and running quickly, check out the [getting started guide](https://videogular.github.io/ngx-videogular/docs/getting-started/).\n\n## Quick template\n\n[Stackblitz Template](https://stackblitz.com/edit/angular-videogular?file=app%2Fhello.component.ts)\n\n## Building and Testing\n\nRun `start` to compile the project, execute tests and check coverage:\n\n```bash\nnpm start\n```\n\nRun `build` to compile the project:\n\n```bash\nnpm run build\n```\n\nRun `test` to test the project:\n\n```bash\nnpm test\n```\n\nRun `coverage` to check the coverage report:\n\n```bash\nnpm run coverage\n```\n\nTo start the example app run the following commands and open \u003chttp://localhost:8080\u003e:\n\n```bash\ncd examples\nnpm install\nnpm run build\nnpm start\n```\n\n## Supported by\n\nVideogular wants to thank you to this companies for support this project:\n\n[![](sponsors/jetbrains.png)](https://www.jetbrains.com)\n[![](sponsors/toptal.png)](https://www.toptal.com)\n\n## Credits\n\nVideogular is a project created by [Raúl Jiménez](https://github.com/Elecash) and released under [MIT license](https://github.com/videogular/ngx-videogular/blob/master/LICENSE).\n\nThis project would not be possible without our [team members](https://github.com/orgs/videogular/people) and an [amazing community](https://github.com/videogular/ngx-videogular/graphs/contributors).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideogular%2Fngx-videogular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvideogular%2Fngx-videogular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideogular%2Fngx-videogular/lists"}