8000 GitHub - yne-bv/angular-tree-component: A simple yet powerful tree component for Angular (>=18)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yne-bv/angular-tree-component

 
 

Repository files navigation

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

About

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

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%
0