David Dahan
David Dahan

Reputation: 11162

Can I use rxJS 6 with Angular 5?

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

Answers (1)

windmaomao
windmaomao

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

Related Questions