@servoy/angular-tree-component
TypeScript icon, indicating that this package has built-in type declarations

16.0.1 • Public • Published

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 angular-tree-component:

npm install @ali-hm/angular-tree-component

Import TreeModule:

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

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

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

@import '@ali-hm/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

Package Sidebar

Install

npm i @servoy/angular-tree-component

Weekly Downloads

6

Version

16.0.1

License

MIT

Unpacked Size

651 kB

Total Files

57

Last publish

Collaborators

  • jcompagner