0.0.10 • Published 6 years ago

ngx-upload-kit v0.0.10

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Angular upload file is beta and currently in development, which supports angular version 7

Install

npm i ngx-upload-kit

or

yarn add ngx-upload-kit

Usage

  • Bootstrap css is required. in your index.html.

  • Import NgxUploadKitModule inside your app.module.ts

    import { NgxUploadKitModule } from "ngx-upload-kit";
    @NgModule({
      imports: [
          ...,
          NgxUploadKitModule,
          ...
      ]
    })
Example
<ngx-upload-kit></ngx-upload-kit>
0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago