1.0.1 • Published 3 years ago
@windmillcode/wml-file-manager v1.0.1
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 translationexport function HttpLoaderFactory(http: HttpClient) {
return new TranslateHttpLoader(http);
}
HttpClientModule,
WmlFileManagerModule
.forChild(
new WMLModuleForRootParams({
ngxTranslateLoaderFactory:HttpLoaderFactory
})
),* to disable translation WmlFileManagerModule1.0.1
- minor dependency update