ngm-tree-grid
Version:
A tree grid that supports editable fields like Inputs and Checkboxes.
41 lines • 1.03 kB
JSON
{
"name": "ngm-tree-grid",
"version": "16.0.0",
"peerDependencies": {
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12"
},
"dependencies": {
"tslib": "^2.3.0",
"ngm-live-search": "^16.0.0"
},
"keywords": [
"Tree Grid",
"Tree Table",
"Grid",
"Tree"
],
"author": {
"email": "mostafasoleimani1987@gmail.com",
"name": "Mostafa Soleimani"
},
"homepage": "https://github.com/MostafaSoleimani/Angular-libs/blob/main/projects/ngm-tree-grid/README.md",
"repository": {
"url": "https://github.com/MostafaSoleimani/Angular-libs/blob/main/projects/ngm-tree-grid",
"directory": "ngm-tree-grid"
},
"module": "fesm2022/ngm-tree-grid.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngm-tree-grid.mjs",
"esm": "./esm2022/ngm-tree-grid.mjs",
"default": "./fesm2022/ngm-tree-grid.mjs"
}
},
"sideEffects": false
}