We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi, the debounce decorator does not support multi instances. plz read this article - https://engineering.datorama.com/be-aware-of-the-debounce-decorator-6fb24a6d8d5 and here is the solution -https://github.com/NetanelBasal/helpful-decorators/blob/master/src/debounce.ts
The text was updated successfully, but these errors were encountered:
@Shemesh would you mind submitting a PR?
Sorry, something went wrong.
The issue reproduced on stackblitz: https://angular-3bpkw9.stackblitz.io
Will be available in 2.0.5 fixed in #146
vlio20
No branches or pull requests
hi,
the debounce decorator does not support multi instances.
plz read this article - https://engineering.datorama.com/be-aware-of-the-debounce-decorator-6fb24a6d8d5
and here is the solution -https://github.com/NetanelBasal/helpful-decorators/blob/master/src/debounce.ts
The text was updated successfully, but these errors were encountered: