angular-tree-component-mouseevent
Version:
A simple yet powerful tree component for Angular2
34 lines (20 loc) • 1.33 kB
Markdown
[](https://circleci.com/gh/500tech/angular-tree-component)
[](https://badge.fury.io/js/angular-tree-component)
<a href="https://angular-tree-component.herokuapp.com/"><img src="https://angular-tree-component.herokuapp.com/badge.svg" alt="slack" ></a>
# angular tree component
## Getting started, Docs, Demos & More
[https://angular2-tree.readme.io/docs/](https://angular2-tree.readme.io/docs/)
## Support
[Stackoverflow](https://stackoverflow.com/questions/tagged/angular-tree-component)
[Slack Community](https://angular-tree-component.herokuapp.com/)
## Angular supported version
angular-tree-component supports angular 2 and above, and AoT compilation.
## Contributing
run `npm run example:cli` and open [localhost:4200](http://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.