RXJS: Single Observable from dynamically created Observables
问题 I am trying to create an observable (fixedObservable here) which will be fed by multiple dynamically created observable over time. Whenever a subscription is made than the subscriber should get the most recent value from the fixedObservable. Although I have achieved it but I wanted to know if there is any simple solution to it. You can find the code here https://jsfiddle.net/dzm2t3pa/8/ . Thanks var resultdiv = document.getElementById('result'); function print(message) { var paraEl = document