I have 2 observables,
observables
const obsA = this.api.ObsA(); const obsB = this.api.ObsB();
and I want to join them into a
join