Reputation: 11162
With Angular 6 comes rxJS 6 as a dependency.
We can also use rxJS 5 with Angular 6 using rxjs-compat
module.
But do you have any experience using rxJS 6 with Angular 5?
Upvotes: 2
Views: 1833
Reputation: 7671
I don't think so, if you try manually by adding rxjs 6
. You will get the following message.
@angular/[email protected] requires a peer of rxjs@^5.5.0 but none was installed.
Upvotes: 4