UNPKG

@taiga-ui/event-plugins

Version:

This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation

51 lines 1.39 kB
{ "name": "@taiga-ui/event-plugins", "version": "4.6.0", "description": "This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation", "keywords": [ "angular", "ng", "preventDefault", "stopPropagation", "event", "filter", "EventManager", "EventManagerPlugin", "performance", "optimize", "optimization", "change", "detection" ], "homepage": "https://github.com/taiga-family/ng-event-plugins#README", "bugs": "https://github.com/taiga-family/ng-event-plugins/issues", "repository": "https://github.com/taiga-family/ng-event-plugins", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", "@angular/platform-browser": ">=16.0.0", "rxjs": ">=7.0.0" }, "authors": [ "Alex Inkin <a.inkin@tinkoff.ru>", "Roman Sedov <r.sedov@tinkoff.ru>" ], "web-types": "./web-types.json", "module": "fesm2022/taiga-ui-event-plugins.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/taiga-ui-event-plugins.mjs", "esm": "./esm2022/taiga-ui-event-plugins.mjs", "default": "./fesm2022/taiga-ui-event-plugins.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }