Relative Content

Tag Archive for rxjs

How do I build an Observable like this?

I have a backend service from which I can retrieve a series of data entries (let’s say, of type DataEntry). Each entry has a flag isCompleted, which if set to false, means there are more entries to come; otherwise it will be the last entry to emit.