0.0.10 • Published 7 years ago
ngx-upload-kit v0.0.10
Angular upload file is beta and currently in development, which supports angular version 7
Install
npm i ngx-upload-kitor
yarn add ngx-upload-kitUsage
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>