georgipeltekov / ngx-file-drop

Angular 11 file and folder drop library
MIT License
296 stars 100 forks source link

Why FileSystemEntry not extends FileSystemEntryMetadata #295

Open Rickyc81 opened 1 year ago

Rickyc81 commented 1 year ago

Hi,as title, why i can use modificationTime and size in NgxFileDropEntry interface??? your demo has these properties in the table, but your library doesn't implement those two properties in the interface..

also, your demo has the two properties on the table, but your package version in the demo repository is 5, while your library is at version 16

Thanks Ric