Angular is becoming more reactive with signals
Adarsh Goyal
Software Engineer | JavaScript, TypeScript, React.js, Next.js, Redux, Angular 18, Node.js, GraphQL, MongoDB, PostgreSQL, MySQL, Azure/AWS, Git, Material UI, Webpack, Eslint.
Signal is just a special type of variable that holds a value. But unlike other variables, a signal also provides notification when the variable value changes.
A signal is synchronous and is not a replacement for #RxJS and Observables for asynchronous operations, such as http.get
Where can we use signals?
Or use them anywhere else in your code.