It appears that most people find observers to be a piece of cake, but I personally struggle with them. I am trying to set up an observable that can receive a number input after it has been created, triggered by pressing a button. However, all the examples I have come across define the content of the observable in the constructor. Is there a way to achieve this?
Thank you