UNPKG

@ng-web-apis/mutation-observer

Version:
50 lines 1.21 kB
{ "name": "@ng-web-apis/mutation-observer", "version": "5.3.0", "description": "A library for declarative use of Mutation Observer API with Angular", "keywords": [ "angular", "ng", "mutation", "observer" ], "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/mutation-observer/README.md", "bugs": "https://github.com/taiga-family/ng-web-apis/issues", "repository": { "type": "git", "url": "https://github.com/taiga-family/ng-web-apis" }, "license": "Apache-2.0", "author": { "email": "alexander@inkin.ru", "name": "Alexander Inkin" }, "contributors": [ { "email": "79601794011@ya.ru", "name": "Roman Sedov" } ], "peerDependencies": { "@angular/core": ">=19.0.0", "@ng-web-apis/common": "^5.3.0" }, "publishConfig": { "access": "public" }, "module": "fesm2022/ng-web-apis-mutation-observer.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-web-apis-mutation-observer.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }