All Projects → PierreDuc → ng-event-options

PierreDuc / ng-event-options

Licence: other
Enable event options (capture, passive, ...) inside angular templates

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to ng-event-options

Capture
The open-source website screenshot API. Integrate website screenshots in your application in minutes, for free.
Stars: ✭ 22 (+46.67%)
Mutual labels:  capture
video-snapshot
Get snapshots from a video file in the browser 🎥 🌅
Stars: ✭ 63 (+320%)
Mutual labels:  capture
screencast
Interface to record a X11 desktop
Stars: ✭ 91 (+506.67%)
Mutual labels:  capture
QuakeMigrate
A Python package for automatic earthquake detection and location using waveform migration and stacking.
Stars: ✭ 101 (+573.33%)
Mutual labels:  passive
atacr
Analysing Capture Seq Count Data
Stars: ✭ 14 (-6.67%)
Mutual labels:  capture
youtube-or-pornhub
Service identification on ciphered traffic.
Stars: ✭ 26 (+73.33%)
Mutual labels:  capture
smart-custom-element
Smart a lightweight web component library that provides capabilities for web components, such as data binding, using es6 native class inheritance. This library is focused for providing the developer the ability to write robust and native web components without the need of dependencies and an overhead of a framework.
Stars: ✭ 17 (+13.33%)
Mutual labels:  event-listener
three-onEvent
Add an EventListener for Object3d in your three.js project.(support click,hover or gaze)
Stars: ✭ 55 (+266.67%)
Mutual labels:  event-listener
cqrs
A foundational package for Command Query Responsibility Segregation (CQRS) compatible with Laravel.
Stars: ✭ 37 (+146.67%)
Mutual labels:  event-listener
kap-streamable
Kap plugin - Share on Streamable
Stars: ✭ 27 (+80%)
Mutual labels:  capture
midi-eye
Ruby MIDI input event listener
Stars: ✭ 24 (+60%)
Mutual labels:  event-listener
anim-event
Event Manager for Animation
Stars: ✭ 25 (+66.67%)
Mutual labels:  event-listener
transceiver
Channel based event bus with request/reply pattern, using promises. For node & browser.
Stars: ✭ 25 (+66.67%)
Mutual labels:  event-listener
AnyImageKit
A toolbox for pick/edit/capture photo or video. Written in Swift.
Stars: ✭ 580 (+3766.67%)
Mutual labels:  capture
1click-webpage-screenshot
Entire page Screenshot extension for Google Chrome. I'm developing open source extension for Google Chrome. All extension are free for use. Let's make Chrome great again!
Stars: ✭ 432 (+2780%)
Mutual labels:  capture
consolidated-events
Manage multiple event handlers using few event listeners
Stars: ✭ 44 (+193.33%)
Mutual labels:  event-listener
tsee
Typed EventEmitter implemented with tsargs
Stars: ✭ 22 (+46.67%)
Mutual labels:  event-listener
keycloak-session-restrictor
Simple event-listener for Keycloak which restricts the current user sessions to one (last one wins) only. Demo purposes only!
Stars: ✭ 48 (+220%)
Mutual labels:  event-listener
async
A lightweight and high performance async CSS and script loader for frontend optimization.
Stars: ✭ 17 (+13.33%)
Mutual labels:  capture
balboa
server for indexing and querying passive DNS observations
Stars: ✭ 42 (+180%)
Mutual labels:  passive

npm Build Status codecov

NgEventOptions

Extended event binding for Angular

Features

  • Native event binding support for passive, capture and once event options
  • Additional event options for stopImmediatePropagation, stopPropagation and preventDefault
  • Event operator support for throttle and debounce
  • Angular event options for binding outside NgZone and only bind when inside platformBrowser
  • The module is only 3KB gzipped, so no worries about that

Increase the speed of your application by using the passive and NgZone options. Decrease your code size by utilising the pre-defined additional options.

Wiki

Look here for the wiki

Prerequisites

Look here for this module's prerequisites

Installing

Look here for installation instructions

Usage

Look here for usage

Examples

Look here for examples

Limitations

  • Keymap event is not (yet) supported (keydown.enter.pcon)

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].