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 7.5.x too?
Asked
Active
Viewed 2,843 times
1
-
You can use both – mak15 Jan 27 '22 at 09:07
-
on one of the github pages, it was mentioned that only later minor versions of 7.0.x are supported. So, i guess we can't use 7.5.x – Aayush Kumar Feb 04 '22 at 13:25
1 Answers
0
Here's a matrix of Angular versions as well as supported TS / RxJS.
https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3
This is not an official doc but I definitely trust @LayZeeDK to proactively keep it up to date as much as possible.

Simon_Weaver
- 140,023
- 84
- 646
- 689