1.0.1 • Published 11 months ago

@windmillcode/wml-file-manager v1.0.1

Weekly downloads
-
License
LGPL
Repository
-
Last release
11 months ago

WmlFileManager

Changelog

0.1.7

uploadAllowedPredicate - allows developer to edit the files list after the uploadAllowedPredicate validation for additional modfication or aux tasks as needed be sure to return WMLFileUploadItem[] | this.params.files as necessary

1.0.0

* ensured that there is support for ngx-translate and non ngx-translate features
* to enable translation
export function HttpLoaderFactory(http: HttpClient) {
  return new TranslateHttpLoader(http);
}
    HttpClientModule,
    WmlFileManagerModule
    .forChild(
      new WMLModuleForRootParams({
        ngxTranslateLoaderFactory:HttpLoaderFactory
      })
    ),
* to disable translation
    WmlFileManagerModule

1.0.1

  • minor dependency update
1.0.1

11 months ago

1.0.0

11 months ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago