UNPKG

raonkupload-angular

Version:

Angular component for RAON K Upload.

71 lines (45 loc) 2.35 kB
# Angular component for RAON K UPLOAD Official [RAONWIZ](http://www.raonwiz.com/) [RAON K](https://www.raonk.com/) 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: ```bash npm install raonkupload-angular ``` After installing, import `RaonkUploadModule` to your application: ```js import { RaonkUploadModule } from 'raonkupload-angular'; @NgModule( { imports: [ ... RaonkUploadModule, ... ], … } ) ``` You can now use the `<RaonkUpload>` tag in the component template to include the component: ```html <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](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.