What could be causing the issue with importing rxjs/Rx
? I am currently using VS code version 1.14.1
.
The following imports work:
import * as Rx from 'rxjs/Rx';
as well as
import Rx from 'rxjs/Rx';
However, this import does not work.
import { Rx } from 'rxjs/Rx';
node_modules/rxjs/Rx"' has no exported member 'Rx'.