6.0.3 • Published 1 year ago

@igor2017/tree-angular-component v6.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

TreeAngularComponent

What is this component for?

Allows you to use tree-component in Angular apps. I consider this component the best tree for Angular at the moment.

:clapper: Usage

Installation:

npm i @igor2017/tree-angular-component

the "tree-component" package will be installed automatically

import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { TreeModule } from 'tree-angular-component';

import { AppComponent } from './app.component';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    TreeModule,
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }
<tree [data]="data"
    (toggle)="toggle($event)"
    (change)="change($event)">
</tree>

Documentation and usage examples here: https://github.com/plantain-00/tree-component.

6.0.3

1 year ago

6.0.1

2 years ago

6.0.0

2 years ago

6.0.2

2 years ago