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 GlobalEventTarget { Window = "window", Document = "document", Body = "body" }