ng2-uploader

WebJar for ng2-uploader

Лицензия

Лицензия

MIT
Категории

Категории

Github Инструменты разработки Контроль версий
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

github-com-jkuri-ngx-uploader
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

ng2-uploader
WebJar for ng2-uploader
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать github-com-jkuri-ngx-uploader

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.0.0