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

raonkupload-angular

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

raonkupload-angular

Angular component for RAON K Upload.

latest
npmnpm
Version
1.0.5
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Angular component for RAON K UPLOAD

Official RAONWIZ RAON K RAON K Upload for Angular.

Installation and usage

In order to create an component instance in Angular, install the raonkupload-angular npm package as a dependency of your project:

npm install raonkupload-angular

After installing, import RaonkUploadModule to your application:

import { RaonkUploadModule } from 'raonkupload-angular';

@NgModule( {
    imports: [
        ...
        RaonkUploadModule,
        ...
    ],
    …
} )

You can now use the <RaonkUpload> tag in the component template to include the component:

<RaonkUpload ...></RaonkUpload>

Download RAON K Upload component

This Angular integration component must be provided with RAONK Upload component through the following site. (You need to sign up for this website):

https://www.raonk.com/page/buying/license_reqTem.aspx by visiting the site, Request a trial version of RAONK Upload.

Install RAONK Upload provided via e-mail as follows and run the sample:

Copy to the /samples/basic/src/assets subdirectory.
ex) /samples/basic/src/assets/raonkupload

Browser support

The RAON K Upload Angular component works with all the supported browsers except for Internet Explorer 8-10.

Supported Angular versions

The integration can be used together with Angular at version 5.0.0 and higher. It is an implication of Angular metadata produced for this package by the Angular builder. Note that the package.json used in the main repository isn't published on NPM (the production one is present in src/raonkupload/package.json), so there are only a few peer dependencies:

  • @angular/core >= 5.0.0
  • @angular/common >= 5.0.0
  • @angular/forms >= 5.0.0

required by this package.

Development server

Run ng serve to start the development server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Building samples

Run ng build to build the samples. The build artifacts will be stored in the samples/ directory.

License

Copyright (c) 2003-2022, RAONWIZ DevTeam. All rights reserved.

Keywords

raonwiz

FAQs

Package last updated on 21 Dec 2022

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