ng2-uploader

WebJar for ng2-uploader

License

License

MIT
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-jkuri-ngx-uploader
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

ng2-uploader
WebJar for ng2-uploader
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jkuri/ngx-uploader

Download github-com-jkuri-ngx-uploader

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-jkuri-ngx-uploader/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-jkuri-ngx-uploader</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-jkuri-ngx-uploader/
implementation 'org.webjars.npm:github-com-jkuri-ngx-uploader:2.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-jkuri-ngx-uploader/
implementation ("org.webjars.npm:github-com-jkuri-ngx-uploader:2.0.0")
'org.webjars.npm:github-com-jkuri-ngx-uploader:jar:2.0.0'
<dependency org="org.webjars.npm" name="github-com-jkuri-ngx-uploader" rev="2.0.0">
  <artifact name="github-com-jkuri-ngx-uploader" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-jkuri-ngx-uploader', version='2.0.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-jkuri-ngx-uploader" % "2.0.0"
[org.webjars.npm/github-com-jkuri-ngx-uploader "2.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

ngx-uploader

Angular 2+ File Uploader

https://ngx-uploader.com

Installation

Add ngx-uploader module as dependency to your project.

npm install ngx-uploader --save

or using yarn:

yarn add ngx-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

Versions

Version
2.0.0