New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ngx-upload-kit

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-upload-kit

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

latest
Source
npmnpm
Version
0.0.10
Version published
Weekly downloads
10
900%
Maintainers
1
Weekly downloads
 
Created
Source

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>

Keywords

angular

FAQs

Package last updated on 22 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts