Please fill this form to get quick and professional support (bug report / feature request / help implementing / etc.): https://goo.gl/forms/9KobHoFkjSMtGC2K3
- note: This project is completely free and open to use under the MIT license. If you wish to get help from fellow community developers, feel free to use Github issues.
Please refer to the full documentation:
https://angular2-tree.readme.io/docs
angular-tree-component supports angular 2.X.X, 4.X.X and 5.X.X releases, and AoT compilation.
Sorry guys, SystemJS is not supported. Modern web applications use bundlers like Webpack.
We've tried to support SystemJS for a year, but it just causes too many issues.
run npm run example:cli
and open localhost:4200 to test your code before submitting a pull request.
Windows users - if it doesn't work try npm run example:cli:win
.
To run tests locally - make sure port 4200 is available and run:
$ npm run test:setup # Wait until webpack finishes and http://localhost:4200 is available
$ npm run test
Please check the issues / project before starting to work on a feature / bug to make sure it's not already in progress.