question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for rxjs 7

See original GitHub issue

Description

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
angular_12_rxjs_6 6

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:closed
  • Created 2 years ago
  • Reactions:86
  • Comments:17 (9 by maintainers)

github_iconTop GitHub Comments

41reactions
crisbetocommented, May 25, 2021

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.

16reactions
vitaly-tcommented, May 23, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Hashnode Post

No results found