UNPKG

ng-event-options

Version:

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

11 lines (10 loc) 194 B
export declare enum OptionSymbol { Capture = "c", NoZone = "n", Passive = "p", Stop = "s", Once = "o", PreventDefault = "d", InBrowser = "b", ForceSymbol = "*" }