videogular2 icon indicating copy to clipboard operation
videogular2 copied to clipboard

fix(VgPlaybackButton): Added ChangeDetectorRef and called detectChang…

Open vicatcu opened this issue 5 years ago • 0 comments

Description

I injected public cdr: ChangeDetectorRef into VgPlaybackButton and called detectChanges as the last action in the updatePlaybackSpeed() method. This fixes #845. I had to make some innocuous changes to some spec files to get it to build because of compile-time errors when running npm run build.

vicatcu avatar Mar 31 '20 14:03 vicatcu