Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@blackbaud/angular-tree-component

blackbaud1.8kMIT1.0.0-alpha.0TypeScript support: included

A simple yet powerful tree component for Angular 14+

ng, angular, tree, treeview, tree-view, angular-tree, angular tree, ngtree, ng-tree, angular-treeview, angular-tree-component, angular tree component

readme

angular tree component

This is a fork of @circlon/angular-tree-component. Since it appears that the original project has been abandoned, I have decided to take on its development and ensure compatibility with Ivy and newer versions of Angular.

Getting started

Install @blackbaud/angular-tree-component:

npm install @blackbaud/angular-tree-component

Import TreeModule:

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

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

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

@import '@blackbaud/angular-tree-component/css/angular-tree-component.css';

Docs, Demos & More

Support

Angular supported version

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

Contributing

changelog