tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 918 forks source link

Fix stock reload upon revisiting the page #438

Closed indiealexh closed 5 years ago

indiealexh commented 5 years ago

What:

Remove distinct check, to ensure the data loads again after loading previously, debounce should be enough.

Issue number: #436

tomastrajan commented 5 years ago

@indiealexh thank you very much for your contribution, could you please adjuts commit message to follow conventional commit as described in the Contributors guide contributors guide to look more like fix(stocks): <commit-message>.

tomastrajan commented 5 years ago

@indiealexh and also please adjust test affected by the change to the functionality (check build log ), thank you in advance ;)