ngrx / store-devtools

Developer Tools for @ngrx/store
MIT License
326 stars 38 forks source link

how to ignore action dispatch on redux devtools #79

Open jeffkenz89 opened 6 years ago

jeffkenz89 commented 6 years ago

1.so i have ngrx effect that subscribe observer & will dispatch many action every second how to ignore the action only on ngrx dev tools ?

2.and i want to ask is better not subscribe on effect and handle it on asych pipe or is okay to use update every second in ngrx effect ?