UNPKG

angular-resize-event-package

Version:

[![npm version](https://img.shields.io/npm/v/angular-resize-event-package.svg)](https://www.npmjs.com/package/angular-resize-event-package) [![npm downloads](https://img.shields.io/npm/dm/angular-resize-event-package.svg)](https://www.npmjs.com/package/an

39 lines 962 B
{ "name": "angular-resize-event-package", "version": "4.0.0", "repository": { "type": "git", "url": "git+https://github.com/NemesLaszlo/angular-resize-event.git" }, "homepage": "https://github.com/NemesLaszlo/angular-resize-event#readme", "author": { "name": "Laszlo Nemes", "email": "wow.laszlo@gmail.com" }, "keywords": [ "angular", "resized", "event" ], "license": "MIT", "peerDependencies": { "@angular/common": ">= 19.2.19 < 23", "@angular/core": ">= 19.2.19 < 23" }, "dependencies": { "tslib": "^2.8.1" }, "module": "fesm2022/angular-resize-event-package.mjs", "typings": "types/angular-resize-event-package.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/angular-resize-event-package.d.ts", "default": "./fesm2022/angular-resize-event-package.mjs" } }, "sideEffects": false, "type": "module" }