Replace html5 video tag by video.js component.

This commit is contained in:
Florian THIERRY
2026-07-24 15:38:36 +02:00
parent b6ab469616
commit 00c24bca94
4 changed files with 295 additions and 7 deletions
+3 -1
View File
@@ -17,8 +17,10 @@
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@types/video.js": "^7.3.58",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
"tslib": "^2.3.0",
"video.js": "^8.23.9"
},
"devDependencies": {
"@angular/build": "^21.2.19",