2.3.11 • Published 7 years ago

@beezleeart/ngx-tree v2.3.11

Weekly downloads
8
License
MIT
Repository
github
Last release
7 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

7 years ago

2.3.10

7 years ago

2.3.9

7 years ago

2.3.8

7 years ago

2.3.7

7 years ago

2.3.6

7 years ago

2.3.5

7 years ago

2.3.4

7 years ago

2.3.3

7 years ago

2.3.2

7 years ago

2.3.1

7 years ago

2.3.0

7 years ago