2.3.11 • Published 6 years ago

@beezleeart/ngx-tree v2.3.11

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

ngx-tree

This package is a fork of @rign/angular2-tree package adjusted to use @angular/material instead of bootstrap and ngx-contextmenu.

This version of the package also uses Google's Material Design icons instead of Font Awesome.

Update News

  • Update Angular to Angular 6.0
  • Requires a Feature Module with that below imports
@NgModule({
  imports: [
    CommonModule,
    EffectsModule.forFeature([TreeEffectsService]),
    StoreModule.forFeature('trees', treeReducer),
  ],
  declarations: []
})
export class FolderModule { } 
2.3.11

6 years ago

2.3.10

6 years ago

2.3.9

6 years ago

2.3.8

6 years ago

2.3.7

6 years ago

2.3.6

6 years ago

2.3.5

6 years ago

2.3.4

6 years ago

2.3.3

6 years ago

2.3.2

6 years ago

2.3.1

6 years ago

2.3.0

6 years ago