1.0.2 • Published 2 years ago

gw-file-upload v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

FileUploadWorkspace

This project was generated with Angular CLI version 13.3.7.

Install

npm i gw-file-upload

Import GwFileUploadModule into your app module.

import { GwFileUploadModule } from 'gw-file-upload';

@NgModule({ imports: ..., GwFileUploadModule, ... })

Include into your component.

Include component into your component. <gw-file-upload config="gwConfig" (ApiResponse)="docUpload($event)">

gwConfig:AngularFileUploaderConfig = { id: 112233, multiple: true, acceptFileTypes: 'image/*,.pdf,.doc', uploadAPI: { url: 'https://example.com/api' }, }

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago