In the latest update of Angular which is Angular 16 – many new features have been introduced.
In the next set of videos, we’ll give you a quick preview about what all these features are and how they are useful.
The Signals concept was inspired from the already existing feature in Solid.js, named “Signals” as well.
It follows a push/pull pattern – where push allows you to set new values or mutate the original value and pull allows you to retrieve those values.
So basically, the Signals provide an alternative way to manage the state changes inside the application.