1.3.8 • Published 6 years ago

@beezleeart/ngx-filemanager v1.3.8

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

ngx-filemanager

This package is a fork of @rign/angular2-filemanager 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.

New Feature

  • Added new Configuration to configure base for Icons URL
  • Updated ng2-translate to @ngx-translate/core to Optimize for Angular Universal
  • Changed ngx-img-cropper to ngx-image-cropper to Optimize for Angular Universal
  • Update Angular to Angular 6.0
  • Requires a Feature Module for Tree Module and Filemanager with that below imports
@NgModule({
  imports: [
    CommonModule,
    EffectsModule.forFeature([TreeEffectsService]),
    StoreModule.forFeature('trees', treeReducer),
  ],
  declarations: []
})
export class FolderModule { } 

@NgModule({
  imports: [
    CommonModule,
    EffectsModule.forFeature([FileManagerEffectsService]),
    StoreModule.forFeature('files', fileManagerReducer)
  ],
  declarations: []
})
export class FilesModule { } 
1.3.8

6 years ago

1.3.7

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago