rxjs-docs
rxjs-docs copied to clipboard
Examples are not working due to RxJS bundle can't be found when using unpkg.com CDN.
Expect: https://unpkg.com/rxjs/bundles/Rx.min.js can be found when using unpkg.com CDN.
Actual: https://unpkg.com/rxjs/bundles/Rx.min.js can't be found.
Cause
The release of RxJS 6.0.0 changed the file name convention from rxjs.min.js
to rxjs.umd.min.js
in /bundles folder, this would cause issue if someone is using the same url for RxJS bundles.