UNPKG

ng-event-options

Version:

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

56 lines 1.25 kB
{ "author": { "name": "Poul Kruijt", "email": "poulkruijt@gmail.com" }, "name": "ng-event-options", "description": "Enable event options (capture, passive, ...) inside angular templates, based on browser support", "license": "MIT", "version": "18.0.0", "repository": { "type": "git", "url": "git@github.com:PierreDuc/ng-event-options.git" }, "bugs": { "url": "https://github.com/PierreDuc/ng-event-options/issues" }, "keywords": [ "angular", "angular2", "angular5", "angular8", "angular11", "angular18", "event", "eventoptions", "passive", "capture", "bubble", "propagation", "universal", "preventDefault", "debounce", "throttle" ], "peerDependencies": { "@angular/common": "*", "@angular/core": "*" }, "module": "fesm2022/ng-event-options.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ng-event-options.mjs", "esm": "./esm2022/ng-event-options.mjs", "default": "./fesm2022/ng-event-options.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }