http://500tech.github.io/angular-tree-component/
The best way to get support from the community: Slack Community
angular-tree-component supports angular 2-6 releases, and AoT compilation.
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 example:cli # Wait until webpack finishes and http://localhost:4200 is available
$ npm run test:dev
Please check the issues / project before starting to work on a feature / bug to make sure it's not already in progress.