UNPKG

@soy-andrey-semyonov/ngx-treeview

Version:

An Angular treeview component with checkbox upgraded with angular 16

49 lines 1.23 kB
{ "name": "@soy-andrey-semyonov/ngx-treeview", "version": "16.0.0", "license": "MIT", "description": "An Angular treeview component with checkbox upgraded with angular 16", "keywords": [ "ng", "ngx", "angular", "ngx-treeview", "tree", "treeview", "tree-view", "checkbox", "dropdown", "recursive", "angular tree component" ], "author": "Leo Vo <leovo2708@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/soy-andrey-semyonov/ngx-treeview.git" }, "bugs": { "url": "https://github.com/leovo2708/ngx-treeview/issues" }, "peerDependencies": { "@angular/common": "^16.2.11", "@angular/core": "^16.2.11", "lodash-es": "^4.17.21" }, "dependencies": { "tslib": "^2.0.0" }, "module": "fesm2022/soy-andrey-semyonov-ngx-treeview.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/soy-andrey-semyonov-ngx-treeview.mjs", "esm": "./esm2022/soy-andrey-semyonov-ngx-treeview.mjs", "default": "./fesm2022/soy-andrey-semyonov-ngx-treeview.mjs" } }, "sideEffects": false }