What is reactivity According to Angular Team reactivity is a declarative way to express the propagation of change.
Nodes graph
Change detection
Default change detection
OnPush change detection
Angular signals
Benefits of Angular Signals Eliminates the need for zone.js library. Code is more simple and readable. More performance in change detection process. Easy to test your application.