Using Resumable.js while setting the maxFileSize (and minFileSize likewise) from Angular 6 breaks our build. The reason is that the file size are specified as boolean in the typescript type definitions file.
This PR just changes the declared types of these 2 fields of the ConfigurationHash
Using Resumable.js while setting the
maxFileSize
(andminFileSize
likewise) from Angular 6 breaks our build. The reason is that the file size are specified as boolean in the typescript type definitions file.This PR just changes the declared types of these 2 fields of the
ConfigurationHash