Extended event binding for Angular
- Native event binding support for
passive,captureandonceevent options - Additional event options for
stopImmediatePropagation,stopPropagationandpreventDefault - Event operator support for
throttleanddebounce - Angular event options for binding outside
NgZoneand only bind when insideplatformBrowser - The module is only
3KBgzipped, 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