NgEventOptions
Extended event binding for Angular
Features
- 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.
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
- Poul Kruijt - Initial work - PierreDuc
License
This project is licensed under the MIT License - see the LICENSE.md file for details