@beezleeart/ngx-tree
TypeScript icon, indicating that this package has built-in type declarations

2.3.11 • Public • Published

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 { } 

Readme

Keywords

none

Package Sidebar

Install

npm i @beezleeart/ngx-tree

Weekly Downloads

1

Version

2.3.11

License

MIT

Unpacked Size

1.32 MB

Total Files

89

Last publish

Collaborators

  • el.dee565