We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version: 5.5.0-beta.5
Code to reproduce:
import { toPromise } from 'rxjs/operator/toPromise';
Expected behavior: no errors
Actual behavior:
ERROR in user.service.ts (4,27): Cannot find module 'rxjs/operator/toPromise'.
The text was updated successfully, but these errors were encountered:
fix(toPromise): include toPromise in build output
c241ca0
- closes ReactiveX#2922
fix(toPromise): include toPromise in build output (#2923)
f55bfa5
- closes #2922
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
RxJS version: 5.5.0-beta.5
Code to reproduce:
Expected behavior:
no errors
Actual behavior:
The text was updated successfully, but these errors were encountered: