UNPKG

ngx-video-list-player

Version:

A simple Angular video player with video list. No dependecies. Only custom controls, css, ts and svgs. Youtube support

5 lines (4 loc) 152 B
import { IVideoSubtitle } from "./ngx-video-list-player.config"; export interface IExtendedVideoSubtitle extends IVideoSubtitle { id: string; }