mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The new asReadonly method on the WritableSignal interface makes it possible to create readonly instance of a writable signal. Readonly signals can be accessed to read their value, but can't be changed using set, update or mutate methods. PR Close #49802 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| computed_spec.ts | ||
| effect_util.ts | ||
| glitch_free_spec.ts | ||
| non_reactive_spec.ts | ||
| signal_spec.ts | ||
| watch_spec.ts | ||