Angular Signals

phone image backgroundAll Users990045+15.4%+0.08%-0.32%Last Month2.36%This Month1.52%
Editable
What is a Signal?

Today, let's take a look at a fairly new Angular 16 feature released in May 2023.

Signals add reactivity to Angular as a state tracking and change detection system. This way, signals can notify "subscribers" when the value changes.

I believe the easiest way to learn is by doing, so let's explain Signals through this awesome app created by Sarah Drasner. Start by clicking on the next Step.

How to Create a Signal
Updating Signals
Lazy Compute?
Effect!
Future