bb2-uploader

1.0.0-rc.2 • Public • Published

Image Upload Module

Build Status

This angular library provides a light-weight component that handles file-drop, image previewing and image uploading.

Demo & Readme

Install

npm install angular2-image-upload --save

or

yarn add angular2-image-upload

Usage

In your app.module.ts import it using @NgModule decorator.

import { ImageUploadModule } from "angular2-image-upload";
 
@NgModule({
    imports: [
        ...,
        ImageUploadModule.forRoot(),
        ...
    ]
})

Now you have image-upload declaration and you can use it in your html code.

<image-upload></image-upload>

You can use bindings to configure this element for your needs.

See the demo for more detailed instructions.

Readme

Keywords

none

Package Sidebar

Install

npm i bb2-uploader

Weekly Downloads

3

Version

1.0.0-rc.2

License

none

Unpacked Size

9.6 MB

Total Files

71

Last publish

Collaborators

  • pritch13