-
Notifications
You must be signed in to change notification settings - Fork 893
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
Hot fix: small quick update types for Server Side Rendering ( Angular Universal) #951
Conversation
packages/auth-types/index.d.ts
Outdated
@@ -279,12 +279,12 @@ export class FirebaseAuth { | |||
languageCode: string | null; | |||
settings: AuthSettings; | |||
onAuthStateChanged( | |||
nextOrObserver: Observer<any> | ((a: User | null) => any), | |||
nextOrObserver: Observer<any,Error> | ((a: User | null) => any), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a space after the comma here and elsewhere.
@bojeil-google sir yes sir, sorry for my fault. I just updated it. Can you approve my pull request ? I'm very appreciate for that |
I believe that the npm version available for now is out of date compare with github code. May you fix that, my PR will be unnecessary and I will close it. @bojeil-google |
Hello, I'm fixing types error when compiling AOT with angular universal
Discussion
fixing this issue Generic type 'Observer<V, E>' requires 2 type argument(s)
Testing
tested
API Changes
nope