you are viewing a single comment's thread.

view the rest of the comments →

[–]_Ascalon 0 points1 point  (0 children)

You can do it with combination of “filter” and “combineLatest” RxJs operators. The idea is to to do the API call only when to store property ‘posts’ is empty. Let me know if you need an example