@talrace/ngx-uploader
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

NgxUploader

This package provides you with a component for file uploading.

Installation

...
import { NgxUploaderModule } from '@talrace/ngx-uploader';
...

@NgModule({
    ...
    imports: [
        ...
            NgxUploaderModule,
        ...
    ],
    ...
})
export class AppModule {}

Usage

Add tag to html template

<tlr-uploader 
    uploadAccept="['*']" 
    (upload)="onUploadImage($event)">
</tlr-uploader>

Implement onUploadImage

onUploadImage(model: UploadModel): void {
    //Implementation
}

Readme

Keywords

none

Package Sidebar

Install

npm i @talrace/ngx-uploader

Weekly Downloads

2

Version

0.0.8

License

MIT

Unpacked Size

90.7 kB

Total Files

31

Last publish

Collaborators

  • afrans
  • viciok81
  • dzmitry87