-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rxjs has no default export, installation example does not work. #3827
Comments
I believe the preferred way is now this:
|
dkosasih
added a commit
to dkosasih/rxjs
that referenced
this issue
Aug 28, 2018
dkosasih
added a commit
to dkosasih/rxjs
that referenced
this issue
Aug 28, 2018
dkosasih
added a commit
to dkosasih/rxjs
that referenced
this issue
Aug 29, 2018
Closing this as the associated PR has been merged. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Documentation Related To Component:
Package
Please check those that apply
Description Of The Issue
The documented method to import the entire library does not work with webpack/ES6 modules.
From the current docs:
As the Rxjs/Rx package has no default export defined this can't work.
Either the documentation should be updated or the package should have a default export which would classify this as a bug report.
Possible Solution
Update documentation to
Environment
The text was updated successfully, but these errors were encountered: