Closed
Description
RxJS version: 6.0.0-alpha.3
Code to reproduce:
import { interval } from 'rxjs';
// vs
import { interval } from 'rxjs/index';
Expected behavior:
They should both be the same.
Actual behavior:
rxjs
import comes from Rx.ts
, which is currently incorrect.
Additional information:
I'm sure this is a silly configuration issue from 5.5 builds.
Metadata
Assignees
Labels
No labels
Activity