Angular Signals explained: How pull-based reactivity changes how we model state
Signals are not primarily an event system, and they are not designed to replace RxJS. They represent a different way of modeling application behavior – one that changes how we structure applications and reason about them.