https://github.com/uxaspects/angular-tree-component
Angular Tree Component (Angular 16+)
https://github.com/uxaspects/angular-tree-component
Last synced: over 1 year ago
JSON representation
Angular Tree Component (Angular 16+)
- Host: GitHub
- URL: https://github.com/uxaspects/angular-tree-component
- Owner: UXAspects
- License: apache-2.0
- Created: 2023-05-10T15:17:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T16:06:56.000Z (about 3 years ago)
- Last Synced: 2025-01-21T18:49:31.563Z (over 1 year ago)
- Language: TypeScript
- Size: 377 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular tree component
This is a fork of `@circlon/angular-tree-component` adding support for Angular 16+. There is no support for Angular 15 or below, and there are no plans to add any new features or fixes, this is simply a fork to allow Angular 16+ to use the library.
## Getting started
Install `angular-tree-component`:
`npm install @ux-aspects/angular-tree-component`
Import `TreeModule`:
```
import { TreeModule } from '@ux-aspects/angular-tree-component';
@NgModule({
declarations: [AppComponent],
imports: [TreeModule],
bootstrap: [AppComponent]
})
export class AppModule {}
```
Add css to `styles.scss` or include in `angular.json`:
```
@import '~@ux-aspects/angular-tree-component/css/angular-tree-component.css';
```
## Docs, Demos & More
The API Reference is still in our old documentation for now:
[https://circlongroup.github.io/angular-tree-component/](https://circlongroup.github.io/angular-tree-component/)
## Angular supported version
angular-tree-component supports angular 16+