Skip to content

odymaui/angular-tree-component

This branch is up to date with CirclonGroup/angular-tree-component:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 1, 2019
Jul 31, 2020
Jun 5, 2019
Jun 8, 2019
Jun 11, 2021
Jul 3, 2020
Mar 11, 2017
Mar 23, 2018
Feb 18, 2021
Jul 3, 2020
Jul 15, 2020
Jul 1, 2020
Jun 11, 2021
Feb 20, 2017
Feb 15, 2021
Jul 3, 2020
Jul 3, 2020
Feb 23, 2021
Feb 23, 2021
Nov 4, 2017
Nov 21, 2019
Feb 15, 2021
Jul 22, 2020
Apr 9, 2016

Repository files navigation

npm version Build Status slack

angular tree component

Getting started

Install angular-tree-component:

npm install @circlon/angular-tree-component

Import TreeModule:

import { TreeModule } from '@circlon/angular-tree-component';

@NgModule({
  declarations: [AppComponent],
  imports: [TreeModule],
  bootstrap: [AppComponent]
})
export class AppModule {}

Add css to styles.scss or include in angular.json:

@import '~@circlon/angular-tree-component/css/angular-tree-component.css';

Docs, Demos & More

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/

Support

Stackoverflow

Slack Community

Angular supported version

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

Contributing

Run npm run build (npm run build:win for windows users) to build. Run npm start:example-app and open localhost: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:dev

Please check the issues / project before starting to work on a feature / bug to make sure it's not already in progress.

Contributors

This project exists thanks to all the people who contribute.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.1%
  • HTML 13.7%
  • JavaScript 7.0%
  • SCSS 5.7%
  • CSS 3.5%