-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Summary
Starting with ngx-filesize@3.0.0
we now support a predefined set of filesize
versions - >= 6.0.0 < 10.0.0
, this is due to 10.0.0
requiring a { filesize } from 'filesize'
import whereas previous versions require filesize from 'filesize'
.
I could only thing of 2 ways for us to add support for filesize@10
:
- Only support
^10.0.0
(or>= 10.0.0
?) with the named-import API, maybe inngx-filesize@4.0.0
? - Provide a new
import { NgxFilesizeModule } from 'ngx-filesize/filesize@10
opt-in export, effectively letting us supportfilesize@10
but with a secondary API entrypoint.
Metadata
Metadata
Assignees
Labels
No labels