Angular component for RAON K Editor
Official RAONWIZ RAON K RAON K Editor for Angular.
Installation and usage
In order to create an component instance in Angular, install the raonkeditor-angular
npm package as a dependency of your project:
npm install raonkeditor-angular
After installing, import RaonkEditorModule
to your application:
import { RaonkEditorModule } from 'raonkeditor-angular';
@NgModule( {
imports: [
...
RaonkEditorModule,
...
],
…
} )
You can now use the <RaonkEditor>
tag in the component template to include the component:
<RaonkEditor ...></RaonkEditor>
Download RAON K Editor component
This Angular integration component must be provided with RAONK Editor 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 Editor.
Install RAONK Editor provided via e-mail as follows and run the sample:
Copy to the /samples/basic/src/assets subdirectory.
ex) /samples/basic/src/assets/raonkeditor
Browser support
The RAON K Editor 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/raonkeditor/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.