-
Notifications
You must be signed in to change notification settings - Fork 772
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
Fetch error: rxjs/operators.js 404 (Not Found) #515
Comments
|
Flex-Layout requires "rxjs": "^5.5.0" [see package.json] for the following imports to work: import {map, filter} from 'rxjs/operators'; Will not fix. |
Reopening to address some outlier issues related to lettable operators. |
Fixed with today's 2.0.0-beta.12 release. See SHA 62457a5 |
I am getting the same issue with rxjs version 6.1.0 with angular 6 |
Hello!, Work around on ReactiveX/rxjs#2971, regards |
Should probably be fixed by #751 |
Fixed SHA ffb5c79 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug:
Hi there. I'm getting this error with flex-layout@latest - ^2.0.0-beta.10-4905443 as well as attempting to update to "@angular/flex-layout": "git+https://github.com/angular/flex-layout-builds.git"
I downgraded my version of rsjx to an earlier build hower this breaks the rest of my @angular v5 build.
The latest version of Angular/rsjx simply doesn't have an operators.js file
This is a System..js build if that helps.
The text was updated successfully, but these errors were encountered: