You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in node_modules/ngx-uploader/src/ngx-uploader/classes/ngx-uploader.class.ts(112,32): error TS2339: Property 'lastModifiedDate' does not exist on type 'File'.
I'm getting this error while I was upgrading my angular app from version 5.2 to version 8.
I believe it's because the newer version of typescript has deprecated this field in favor of the new field introduced, lastModified.
ERROR in node_modules/ngx-uploader/src/ngx-uploader/classes/ngx-uploader.class.ts(112,32): error TS2339: Property 'lastModifiedDate' does not exist on type 'File'.
I'm getting this error while I was upgrading my angular app from version 5.2 to version 8.
I believe it's because the newer version of typescript has deprecated this field in favor of the new field introduced,
lastModified
.My current app configuration is:
The text was updated successfully, but these errors were encountered: