Skip to content

Instantly share code, notes, and snippets.

@NetanelBasal
Last active October 23, 2021 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NetanelBasal/84a085746e9db9f9063ffff8b0551868 to your computer and use it in GitHub Desktop.
Save NetanelBasal/84a085746e9db9f9063ffff8b0551868 to your computer and use it in GitHub Desktop.
<input (keyup.debounce)="doSomething($event)">
<input (keyup.debounce.500)="doSomething($event)">
<input (window:scroll.throttle)="doSomething($event)">
@tplk
Copy link

tplk commented Jul 24, 2019

Hi, there's typo in windo:scroll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment