0.0.10 • Published 5 years ago

ngx-upload-kit v0.0.10

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago