Can you tell me why below behavior with rxjs/Rx
? I'm using VS code V 1.14.1
.
This works:
import * as Rx from 'rxjs/Rx';
and
import Rx from 'rxjs/Rx';
But This is not working.
import { Rx } from 'rxjs/Rx';
node_modules/rxjs/Rx"' has no exported member 'Rx'.
its rxjs issue , i fixed it using npm install rxjs-compat
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With