videogular2
videogular2 copied to clipboard
question: skipping/play ahead feature?
Question
Does it support skipping 10 seconds like youtube player?
I've implemented hotkeys myself by using this.videoAPI.currentTime += 10;
simple tutorial or docs will be helpful
Try this https://stackblitz.com/edit/angular-videogular-ry8ngn?file=app/hello.component.ts
Try this https://stackblitz.com/edit/angular-videogular-ry8ngn?file=app/hello.component.ts
Worked smoothly on angular 14 as well