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'.