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
The auth observable, af.auth, is not in the angular zone when new auth objects are emitted. @StephenFluin has a reproduction in https://github.com/StephenFluin/ames
af.auth
This is causing Angular's change detection not to run until the next tick.
The text was updated successfully, but these errors were encountered:
fix(auth): add scheduler to schedule onAuth events through Angular zone
99e02f4
Closes angular#354
9c67575
1778ed3
7fb596e
e4db9fb
fix(auth): add scheduler to schedule onAuth events through Angular zo…
3615318
…ne (#368) Closes #354
jeffbcross
No branches or pull requests
The auth observable,
af.auth
, is not in the angular zone when new auth objects are emitted. @StephenFluin has a reproduction in https://github.com/StephenFluin/amesThis is causing Angular's change detection not to run until the next tick.
The text was updated successfully, but these errors were encountered: