UNPKG

angular-resizable-element

Version:

An angular 20.0+ directive that allows an element to be dragged and resized

43 lines 1.06 kB
{ "name": "angular-resizable-element", "version": "8.0.0", "description": "An angular 20.0+ directive that allows an element to be dragged and resized", "repository": { "type": "git", "url": "git+https://github.com/mattlewis92/angular-resizable-element.git" }, "keywords": [ "angular", "angular2", "resizable" ], "author": "Matt Lewis", "license": "MIT", "bugs": { "url": "https://github.com/mattlewis92/angular-resizable-element/issues" }, "homepage": "https://github.com/mattlewis92/angular-resizable-element#readme", "peerDependencies": { "@angular/core": ">=20.0.0" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "module": "fesm2022/angular-resizable-element.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/angular-resizable-element.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }