Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

angular-ex/uploader

Open more actions menu
 
 

Repository files navigation

ngx-uploader

Test CI npm monthly downloads

Angular File Uploader

https://ngx-uploader.petadev.work

Installation

Add ngx-uploader module as dependency to your project.

npm i @angular-ex/uploader --save

or using yarn:

yarn add @angular-ex/uploader
  • app.module.ts is a sample how to to include ngx-uploader into your project.
  • app.component.ts defines example how to handle events in component or service.
  • app.component.html represents HTML template with usage examples of ngFileDrop and ngFileSelect directives.

Running demo on local machine

Building demo source code

npm run build:prod
node dist/api/index.js

Then open your browser at http://localhost:4900.

Running demo using Docker

docker build -t ngx-uploader .
docker run -it --rm -p 4900:4900 ngx-uploader

Again, you are ready to open your browser at http://localhost:4900.

LICENCE

MIT

Packages

 
 
 

Contributors

Languages

  • TypeScript 76.1%
  • Sass 10.1%
  • HTML 9.2%
  • JavaScript 4.2%
  • Dockerfile 0.4%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.