We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import { debounce } from 'ts-debounce';
debouncedUpdate = debounce(this.somefunction, 1000);
<nlf-selector (change)="debouncedUpdate()"></nlf-selector>
There was an error while loading. Please reload this page.