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
ngc
NodeJS Version: 13.1.0 Typescript Version: 3.4.5 Angular Version: 8.2.8 @angular-redux/store version: 10.0.0 @angular/cli version: 8.3.6 OS: macOS Mojave
(Originally posted here: angular-redux/store#565)
Hi,
I noticed that dispatch() checks if in the Angular zone or not and always calls ngZone.run if not (source: https://github.com/angular-redux/platform/blob/master/packages/store/src/components/root-store.ts#L84).
However, I wish to dispatch an action from a zone.runOutsideAngular() statement (much like described here: ngxs/store#487)
Is there any known workaround for this? Could it be featured as an additional option (like: ngxs/store#487 (comment))
Thanks a lot!
The text was updated successfully, but these errors were encountered:
PR available here for review #106
Sorry, something went wrong.
No branches or pull requests
This is a...
What toolchain are you using for transpilation/bundling?
ngc
Environment
NodeJS Version: 13.1.0
Typescript Version: 3.4.5
Angular Version: 8.2.8
@angular-redux/store version: 10.0.0
@angular/cli version: 8.3.6
OS: macOS Mojave
Expected Behaviour:
(Originally posted here: angular-redux/store#565)
Hi,
I noticed that dispatch() checks if in the Angular zone or not and always calls ngZone.run if not (source: https://github.com/angular-redux/platform/blob/master/packages/store/src/components/root-store.ts#L84).
However, I wish to dispatch an action from a zone.runOutsideAngular() statement (much like described here: ngxs/store#487)
Is there any known workaround for this? Could it be featured as an additional option (like: ngxs/store#487 (comment))
Thanks a lot!
The text was updated successfully, but these errors were encountered: