How to prevent multiple clicks in Ionic 4 using debouncetime?
- Try to import the directive 'IonCLickDirective' in the declaration section of the module where you need to use this.
<button appIonCLick (debounceClick)="log()" debounceTime="700">Debounce Click</button>
try this [debounceTime] -> debounceTime