- ℹ️ Long Press/Continuous Press Directive for Angular.
- #️⃣ Created for Angular 15 and above.
- elieLongPressEvent emits <TouchEvent | MouseEvent>.
- elieLongPressContinuousEvent does not pass any params.
<div
elieLongPress
[elieLongPressContinuousFiring]="false"
(elieLongPressContinuousEvent)="elieLongPressConstantEvent()"
(elieLongPressEvent)="elieLongPressEvent($event)">
</div>