angular/packages/core/test/signals
Pawel Kozlowski 2d0fcd611b refactor(core): add asReadonly helper to writable signals (#49802)
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
2023-04-13 20:48:12 +00:00
..
BUILD.bazel refactor(core): prototype of signals, a reactive primitive for Angular (#49091) 2023-02-21 14:13:08 -08:00
computed_spec.ts refactor(core): Prevent reads and writes to signals at certain times (#49631) 2023-03-30 16:09:12 -07:00
effect_util.ts fix(core): allow async functions in effects (#49783) 2023-04-11 12:49:10 -07:00
glitch_free_spec.ts refactor(core): prototype of signals, a reactive primitive for Angular (#49091) 2023-02-21 14:13:08 -08:00
non_reactive_spec.ts refactor(core): move effect to render3 and add DestroyRef integration (#49529) 2023-03-28 18:47:58 -07:00
signal_spec.ts refactor(core): add asReadonly helper to writable signals (#49802) 2023-04-13 20:48:12 +00:00
watch_spec.ts fix(core): allow async functions in effects (#49783) 2023-04-11 12:49:10 -07:00