rxjs-docs icon indicating copy to clipboard operation
rxjs-docs copied to clipboard

The home for new work on the new RxJS docs (RxJS v 5 and up). New to this space? Say hi here: https://github.com/ReactiveX/rxjs-docs/issues/24. Want to find out what's up? We're chatting here. https:/...

Results 101 rxjs-docs issues
Sort by recently updated
recently updated
newest added

Migrate to angular 6, rxjs 6 and material 6 for latest and greatest features.

Migrate the docs to angular 6 for better performance and for latest and greatest features. I will be creating a pull request soon.

If you will try to run JS Bin examples, you will get a error “Rx is not defined”, I think You forgotten add RxJS lib in JS Bin

- [x] Setup for Chinese languages (zh) - [x] Translate the Home and Installation page - [x] Create the files for the operators The next step is the operators translation.

The content of conditional operators are still nothing, so just the placeholder for the Chinese translation.

The Chinese translation of combination operators are done.

**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...