You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[x] Support request
[ ] Other... Please describe:
Current behavior
(Better look example)
I got some strange behaviour. I use subscription on property in store for load some data. And i want use loading indicator. I use OnPush strategy. Async pipe does't trigger changeDetection and do not redraw value in UI. But if i subscribe in component and manually do detectChanges everything will be ok.
Expected behavior
I want use async pipe for my case.
Minimal reproduction of the problem with instructions
So you get synchronosly loading = false, loading = true, loading = false. And the final result is false, so you see no changes.
Avoid akita, and use built-in Angular features
I'm submitting a...
Current behavior
(Better look example)
I got some strange behaviour. I use subscription on property in store for load some data. And i want use loading indicator. I use OnPush strategy. Async pipe does't trigger changeDetection and do not redraw value in UI. But if i subscribe in component and manually do detectChanges everything will be ok.
Expected behavior
I want use async pipe for my case.
Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/angular-ivy-ytzx8j
The text was updated successfully, but these errors were encountered: