• Overview
@angular/core

Creates a resource representing a debounced version of the source signal.

API

function debounced<T>(
  source: () => T,
  wait: NoInfer<DebounceTimer<T>>,
  options?: NoInfer<DebouncedOptions<T>> | undefined,
): Resource<T>;
Jump to details