TIL: concatLatestFrom does not wait
The Problem
Today, I learned that concatLatestFrom in NgRx does not wait for an observable to emit a valid value before proceeding. Instead, it simply grabs the latest available value at the time an action is dispatched. If the observable has not emi...
blog.rohitrajendran.com2 min read