Introduction • Demo • Ideas • Development
The o-tree component allows to manage a tree that can be used to display hierarchy data.
Check out our documentation site to know more details.
Check out our demo application in the following link.
We would love any feedback you have or to know when you encounter issues, by filing an issue report on this repo.
This project was generated with Angular CLI version 8.3.21.
Follow the next steps:
- cd repository root
npm installRun npm run build && cd dist && npm pack to execute the build process that will generate the dist folder and a .tgz file.
You can use this .tgz file to install the library in your project through the package.json file.
Run cd projects/demo-app && npm install && npm start in root folder.