videogular2
videogular2 copied to clipboard
fix(VgPlaybackButton): Added ChangeDetectorRef and called detectChang…
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.