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. |
||
|---|---|---|
| .. | ||
| global | ||
| primitives | ||
| resources | ||
| rxjs-interop | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||
| tsconfig-build.json | ||
| tsconfig-test.json | ||