I have a part of code that checks if two observables are up to date and returns the second observable if they are: combineLatest([$source1, $source2]).pipe( f
Let's assume we have a Subject, that can return a given set of values, all of which might require a different approach to them. We could debate whether or not t