@ngx-file-upload/core

Angular 17 file upload core package for async file uploads in angular containing validation, upload queue and async uploading.


Keywords
ngx, async, angular, angular 17, file, upload, fileupload, progressbar, upload queue, queue
License
MIT
Install
npm install @ngx-file-upload/core@2.2.0

Documentation

ngx file upload

Codacy Badge DeepScan grade codecov dependencies Status youtube how tow

Angular 13 Mono Repo for asynchronous file uploads.

Formerly @ r-hannuschka / ngx-fileupload library which has now been divided into 2 areas.

  • ngx-file-upload / core which only contain services / classes to enable file upload with Angular
  • ngx-file-upload / ui which contains the components / pipes to provide a UI.

This ensures that if a completely own UI is to be built (without ngx-file-upload / ui) the overhead of SCSS, fonts, images and components no longer exists.

ngx file upload demo on youtube

core files for async file uploads with angular npm
ui components for ngx-file-upload npm
full package contains (ui and core) (no longer maintained) npm

Demo

Watch Demo to see ngx fileupload in action, customizing views and add validations.

Credits

Special thanks for code reviews, great improvements and ideas to

alt Konrad Mattheis
Konrad Mattheis
Thomas Haenig
Thomas Haenig
alt Alexander Görlich
Alexander Görlich

Author

Ralf Hannuschka Github

Other Modules