Yeah that is probably what I want to do. The view ...
# rx
e
Yeah that is probably what I want to do. The view has a method called
handleEvent
or similar. I want others to be able to subscribe to a observable, however the emitter is only accessible when the observer is created. Is the general approach to extract the emitter? so I can call it when events occur.