Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

opencollective/angular-tree-component

 
 

Repository files navigation

Build Status npm version slack

angular tree component

Getting started, Docs, Demos & More

https://angular2-tree.readme.io/docs/

Support

Stackoverflow

Slack Community

Angular supported version

angular-tree-component supports angular 2 and above, and AoT compilation.

Contributing

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.

About

A simple yet powerful tree component for Angular (>=2)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.8%
  • JavaScript 11.6%
  • CSS 2.1%
  • HTML 1.5%