UNPKG

ng-event-options

Version:

Enable event options (capture, passive, ...) inside angular templates, based on browser support

10 lines (9 loc) 159 B
export declare enum EventOption { Capture = 1, Passive = 2, Once = 4, NoZone = 8, Stop = 16, PreventDefault = 32, InBrowser = 64 }