-
Notifications
You must be signed in to change notification settings - Fork 42
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
Change detection after auth iframe #47
Comments
i think you need ngZone https://dzone.com/articles/understanding-ngzone |
wrap some code in
|
@vitto-moz maybe my example project can help you out , this is the userService from it https://github.com/rubenCodeforges/ng-gapi/blob/feature/example-project/examples/src/app/common/user/UserService.ts |
@vitto-moz since you didnt responde , i assume it helped , im closing this |
@rubenCodeforges yes, your hint was helpful, thanks. |
@vitto-moz nice one , thanks ! |
Hi, @rubenCodeforges , once again :) |
@vitto-moz hey , mmm its hard to tell for sure . |
@rubenCodeforges, ok, great, what time do you prefer, which timezone? |
@vitto-moz im in GMT+2 do you have telegram ? |
yep, I have an account. how to share it with you, by phone number? |
@vitto-moz ill send you my number by email |
after auth iframe appears - component loses control of change detection.
Changes can be applied only through changeDetector
I use NgRx so my code for authorization is next (NgRx Effects):
How sholuld I use library to avoid this behavior, thanks!
The text was updated successfully, but these errors were encountered: