- Notifications
You must be signed in to change notification settings - Fork488
A simple yet powerful tree component for Angular (>=2)
License
CirclonGroup/angular-tree-component
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Installangular-tree-component:
npm install @circlon/angular-tree-component
ImportTreeModule:
import { TreeModule } from '@circlon/angular-tree-component';@NgModule({ declarations: [AppComponent], imports: [TreeModule], bootstrap: [AppComponent]})export class AppModule {}Add css tostyles.scss or include inangular.json:
@import '~@circlon/angular-tree-component/css/angular-tree-component.css';We are redoing the documentation. You can find the new documentation here:https://circlongroup.github.io/angular-tree-component/
The API Reference is still in our old documentation for now:
https://angular2-tree.readme.io/docs/
angular-tree-component supports angular 2 and above, and AoT compilation.
Runnpm run build (npm run build:win for windows users) to build. Runnpm start:example-app and openlocalhost:4200 to test your code before submitting a pull request.
To run tests locally - make sure port 4200 is available and run:
$ npm run build # build:win for windows; wait until build finished $ npm run start:example-app # Wait until webpack finishes and http://localhost:4200 is available$ npm run test:devPlease check the issues / project before starting to work on a feature / bug to make sure it's not already in progress.
This project exists thanks to all the people who contribute.
About
A simple yet powerful tree component for Angular (>=2)
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.