angular/packages/core/test/resource
Miles Malerba b918beda32
feat(core): allow debouncing signals
Adds a utility `debounced` to create a debounced version of a signal,
represented as a `Resource`. The resource's value contained the
debounced value of the signal, while its status (`resolved`, `loading`,
or `error`) indicates if the value is settled, if there is a value
currently pending debounce, or if the source signal threw an error.
2026-03-09 13:21:52 -07:00
..
BUILD.bazel feat(core): add special return statuses for resource params 2026-03-02 08:47:14 -08:00
chain_spec.ts feat(core): add special return statuses for resource params 2026-03-02 08:47:14 -08:00
debounce_spec.ts feat(core): allow debouncing signals 2026-03-09 13:21:52 -07:00
params_status_spec.ts feat(core): add special return statuses for resource params 2026-03-02 08:47:14 -08:00
resource_snapshot_spec.ts feat(core): resource composition via snapshots 2026-01-12 13:49:56 -08:00
resource_spec.ts fix(core): fix narrowing of Resource.hasValue() (#63994) 2025-09-23 14:20:55 +00:00