nkoehler/mat-video

View on GitHub
projects/mat-video/src/lib/ui/mat-seek-progress-control/mat-seek-progress-control.component.html

Summary

Maintainability
Test Coverage
<mat-slider-progress-bar
  [color]="color"
  mode="buffer"
  step="0.01"
  [value]="curTimePercent"
  [bufferValue]="bufTimePercent"
  (input)="seekVideo($event.value)"
></mat-slider-progress-bar>