+1 vote
in Angular Oriana by
While upgrading angular app built on v5 to v6, which of the following rxjs package will you use to provide RxJS6 backward compatibility?

Select the correct answer from below options:

a) Not sure

b) rxjs-compat

c) rxjs5to6

d) rxjs

1 Answer

0 votes
by
Correct Answer is :b) rxjs-compat

While upgrading angular app built on v5 to v6, rxjs-compat rxjs package will you use to provide RxJS6 backward compatibility
...