Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

CirclonGroup/angular-tree-component

npm versionBuild Statusslack

angular tree component

Getting started

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';

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

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: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.

Packages

No packages published

Contributors53


[8]ページ先頭

©2009-2025 Movatter.jp