Extended event binding for Angular
- Native event binding support for
passive
,capture
andonce
event options - Additional event options for
stopImmediatePropagation
,stopPropagation
andpreventDefault
- Event operator support for
throttle
anddebounce
- Angular event options for binding outside
NgZone
and only bind when insideplatformBrowser
- 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.
Look here for the wiki
Look here for this module's prerequisites
Look here for installation instructions
Look here for usage
Look here for examples
- Keymap event is not (yet) supported
(keydown.enter.pcon)
- Poul Kruijt - Initial work - PierreDuc
This project is licensed under the MIT License - see the LICENSE.md file for details