-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Angular 11 released #2651
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
Comments
I believe that this is already being worked on. I don't see these when I use |
Also after updating to Angular v11, I was getting an error with
That is resolved in |
Hey i got this after v11 update |
Per the compatibility table, please upgrade to 6.1.0-rc for now. We'll release to stable once we've had enough testing on Angular 11 to be comfortable. I'd also suggest you upgrade to Firebase v8.0.1+, if you haven't yet. |
Closing with work-around, pinning since a lot of folk will probably run into this. |
|
Angular version 11 has been released but the latest version of angularfire is not compatible with it. Following dependency errors are there:
Package "@angular/fire" has an incompatible peer dependency to "@angular/common" (requires "^9.0.0 || ^10.0.0", would install "11.0.0")
Package "@angular/fire" has an incompatible peer dependency to "@angular/core" (requires "^9.0.0 || ^10.0.0", would install "11.0.0")
Package "@angular/fire" has an incompatible peer dependency to "@angular/platform-browser" (requires "^9.0.0 || ^10.0.0", would install "11.0.0")
Package "@angular/fire" has an incompatible peer dependency to "@angular/platform-browser-dynamic" (requires "^9.0.0 || ^10.0.0", would install "11.0.0")
Kindly upgrade angularfire to support the new version of angular.
The text was updated successfully, but these errors were encountered: