Skip to content

Bad rxjs import in facade/async.js #5643

Description

@SonofNun15

In [email protected]:

facade/async.js line 19 calls require('rxjs/operators/toPromise');

As of [email protected] this folder was renamed to operator/toPromise.js.

The result is that a jspm install of angular 2 without bundling gets the following error:

GET http://localhost:8080/jspm_packages/npm/[email protected]/operators/toPromise.js 404 (Not Found)

The rxjs version should either fixed at version alpha.10 or this reference udpated to operator/toPromise.js

Activity

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

Metadata

Metadata

Assignees

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