angular-embed-video
Version:
> Get embed code for embedding youtube/vimeo/dailymotion/\* video in websites from URL or ID in Angular 6+. > Currently supports YouTube, Vimeo and Dailymotion. Feel free to make pull request to add others!
47 lines • 1.09 kB
JSON
{
"name": "angular-embed-video",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "https://github.com/shaanhashmi/angular-embed-video/blob/master/projects/angular-embed-video"
},
"author": {
"name": "shaanhashmi",
"email": "developershaan@gmail.com"
},
"keywords": [
"typescript",
"angular",
"angular6",
"angular9",
"angular12",
"ng8",
"ng12",
"ngx",
"embed-video",
"embed",
"typescript",
"youtube",
"vimeo",
"dailymotion",
"video"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/shaanhashmi/angular-embed-video/issues"
},
"peerDependencies": {
"@angular/common": "^12.1.0-",
"@angular/core": "^12.1.0-"
},
"dependencies": {
"tslib": "^2.2.0"
},
"main": "bundles/angular-embed-video.umd.js",
"module": "fesm2015/angular-embed-video.js",
"es2015": "fesm2015/angular-embed-video.js",
"esm2015": "esm2015/angular-embed-video.js",
"fesm2015": "fesm2015/angular-embed-video.js",
"typings": "angular-embed-video.d.ts",
"sideEffects": false
}