angular-ssr
angular-ssr copied to clipboard
Can't dispatch ngrx/store action more than once from a lazy loaded module
when i dispatch an ngrx/action from a lazyloaded module in my application, the dispatcher receives it only the very first server render. when renderUri is called a second time(by reloading the page) the dispatcher is never triggered.
Thank you for your report. Can you link to your code or provide a reproduction repo for me?