Skip to content

Must import from rxjs/index rather than rxjs in alpha.3 #3315

Closed
@benlesh

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions