Solution - Subscription
const subscription = new Subscription(); subscription.add(shortTimer$.subscribe()); subscription.add(longTimer$.subscribe());