Skip to content

Debounce

einarhuseby edited this page Jun 14, 2019 · 3 revisions

Import

import { debounce } from 'ts-debounce';

Class member

debouncedUpdate = debounce(this.somefunction, 1000);

Usage

<nlf-selector (change)="debouncedUpdate()"></nlf-selector>

Clone this wiki locally