Support for rxjs 7
See original GitHub issueDescription
Angular 12 workspace comes bundled with rxjs 6.6.0
❯ npx @angular/cli@12.0.0-rc.1 new web-apps --create-application false --skip-install
Describe the solution you’d like
Angular 12 workspace should come bundled with rxjs 7
RxJS 7 Slides: https://docs.google.com/presentation/d/1-LU7YE3NWw8jHeAgdmLu4CBfG7osCx6MsSIeFs16k60
I see pull request https://github.com/angular/angular-cli/pull/20669 was closed recently.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:86
- Comments:17 (9 by maintainers)
Top Results From Across the Web
Breaking Changes in Version 7 - RxJS
The reality is that feature is not widely known, used, or supported, and it was never documented as it was very experimental when...
Read more >Since Angular 12.2.x supports rxjs 7.0.0, is 7.5.x is also ...
Since Angular 12.2.x branch recently added support for rxjs 7.0.0, does it mean that strictly 7.0.x is supported or we can even use...
Read more >What's New in RxJS 7 - Medium
Let's start with a change that most people using RxJS 6 have heard of: toPromise is now deprecated. But don't be afraid right...
Read more >What's New in RxJS 7: Small Bundles and Big Changes to ...
Big Feature: Smaller Bundle Sizes · Consolidating Sharing operators · Better TypeScript Typings · toPromise() Deprecated · AsyncIterable support.
Read more >RxJS 7 and Beyond: What to Expect and Prepare For
An important note: the .toPromise operator will be deprecated in RxJS 7 and it will be removed by RxJS 8. In its place,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We can’t update the minimum required version of rxjs until Angular 13, because rxjs version 7 includes breaking changes. We’re exploring how to support both 6 and 7 for projects that want to opt into it earlier.
Now that RXJS v7.1 is out, can we expect Angular v12.1.0 to start using it?
This new RXJS is so much better and smaller, it will be a shame not to start using it with v12 of Angular.