UNPKG

ng-event-options

Version:

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

6 lines (5 loc) 110 B
export declare enum NativeEventOption { Capture = "capture", Passive = "passive", Once = "once" }