
Product
Introducing Socket MCP for Claude Desktop
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
angular-video-js-player
Advanced tools
A video player called `Angular Video-js Player` is utilized by `Angular standalone projects`. Video playback on PCs and mobile devices is supported, along with Media Source Extensions and HTML5 video. With the help of Angular CLI version 15.0.0, this libr
A video player called Angular Video-js Player
is utilized by Angular standalone projects
. Video playback on PCs and mobile devices is supported, along with Media Source Extensions and HTML5 video. With the help of Angular CLI version 15.0.0, this library was created.
This package has basic video js many features with boolean values that may be customized.
npm i angular-video-js-player
Import component in any standalone component
import { VideoJsComponent } from 'angular-video-js-player';
@Component({
standalone: true,
imports: [VideoJsComponent]
})
<lib-video-js
[videoUrl] = "videoUrl"
[captionList] = "captionList"
[volumeEnableByKey] = false
[playPauseByKey] = false
[fullScreenModeEnable]=false
[qualitySelector]=false>
</lib-video-js>
Add this key in your ts file and assign value.
videoUrl : It is an array with option [{url:string,label:string}]
for example:
videoUrl= [{url:'your-video-url',label:'300P'}]
captionList: It is an array if you need to provide caption with option [{url: string,lang: string,label: string}] where lang and label are optional key.
for example:
captionList= [{url:'your-caption-url',lang:'en',label:'English'}]
Feature | Description | Key Used | Default |
---|---|---|---|
Volume enable by Key | It handle volume by arrow up and arrow down.It is an optional key and has boolean value. | volumeEnableByKey | false |
Play Pause by key | It handle play pause by space key.It is an optional key and has boolean value. | playPauseByKey | false |
Full Screen Mode | It handle fullScreen by double click.It is an optional key and has boolean value. | fullScreenModeEnable | false |
Quality Selector | It provide feature for quality option with multiple video.It is an optional key and has boolean value. | qualitySelector | false |
Please see CHANGELOG for more information what has changed recently.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
The MIT License (MIT). Please see License File for more information.
FAQs
A video player called `Angular Video-js Player` is utilized by `Angular standalone projects`. Video playback on PCs and mobile devices is supported, along with Media Source Extensions and HTML5 video. With the help of Angular CLI version 15.0.0, this libr
The npm package angular-video-js-player receives a total of 3 weekly downloads. As such, angular-video-js-player popularity was classified as not popular.
We found that angular-video-js-player demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.