I'm searching for a way for components to receive notifications or subscribe to changes in a service variable.
Observables seem like an option, but I don't think they are suitable as they require completing the stream and I need continuous updates on the variable while the component is active.
Does anyone have a better suggestion for handling this scenario?