Angular has been gradually moving to Signal usage for state management, this is close to how react signals work and even supports a useEffect function.
https://angular.dev/guide/signals has a lot of in-depth information on how signals can be used but I would like to see them used for at least input and output of components and global state variables in services.
Angular has been gradually moving to Signal usage for state management, this is close to how react signals work and even supports a useEffect function.
https://angular.dev/guide/signals has a lot of in-depth information on how signals can be used but I would like to see them used for at least input and output of components and global state variables in services.