btroncone / ngrx-store-logger

Advanced logging middleware for @ngrx/store applications
MIT License
138 stars 34 forks source link

When using with @ngrx/effects state is not getting updated properly #15

Open yarsunny opened 7 years ago

yarsunny commented 7 years ago

In my reducer i have update the isFetching to true on the [class detail price] Get Centers action. But its not getting reflected.

This is happening only when i use @ngrx/effects. i.e I have a side effect once this action is done.

2017-01-06 12_36_52-developer tools - http___localhost_8080_classes_60019_general

SaranVairam commented 5 years ago

how you implemented this on angular application?