videogular2
videogular2 copied to clipboard
Error: Uncaught (in promise): TypeError: rxjs_1.fromEvent is not a function
what should I do this error happened? I find the where error happen ,it in vg-fullscreen-api.js file in the package,
Error: Uncaught (in promise): TypeError: rxjs_1.fromEvent is not a function TypeError: rxjs_1.fromEvent is not a function at VgMedia.Array.concat.VgMedia.ngOnInit (http://localhost:8100/build/0.js:7430:27) at checkAndUpdateDirectiveInline (http://localhost:8100/build/vendor.js:12786:19)
is it not avalible in ionic ???
@zxjQAZ I had the same issue here.... the reason is because the peer dependency for rxjs was updated to version 6 with angular 6.2. Since my app isn't on angular 6 yet, this became a BREAKING CHANGE. (yay for not following semver!). I resolved this issue by locking my version of videogular to 6.1.1.
have a same issue here , trying to implement this on ionic 3.9.2 angular core 5.2.11 angular compiler cli 5.2.11 node 8.11.4 current videogular version: 6.1.1 Think this might be due to conflicts between different versions Any suggestions on this?