UNPKG

ng2-tree

Version:

angular2 component for visualizing data that can be naturally represented as a tree

50 lines 1.14 kB
{ "name": "ng2-tree", "version": "3.0.0", "description": "angular2 component for visualizing data that can be naturally represented as a tree", "main": "index.js", "license": "MIT", "author": { "name": "Georgii Rychko", "email": "rychko.georgiy@gmail.com" }, "homepage": "https://github.com/valor-software/ng2-tree", "repository": { "type": "git", "url": "git@github.com:valor-software/ng2-tree.git" }, "bugs": { "url": "https://github.com/valor-software/ng2-tree/issues" }, "keywords": [ "tree", "ng2", "angular2", "ng2-tree", "branch", "tree-view", "branchy", "angular2-tree-view", "expand", "collapse", "recursive" ], "dependencies": { "karma-webpack": "^5.0.0", "tslib": "^2.0.0" }, "module": "fesm2022/ng2-tree.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ng2-tree.mjs", "esm": "./esm2022/ng2-tree.mjs", "default": "./fesm2022/ng2-tree.mjs" } }, "sideEffects": false }