mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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. |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| chain_spec.ts | ||
| debounce_spec.ts | ||
| params_status_spec.ts | ||
| resource_snapshot_spec.ts | ||
| resource_spec.ts | ||