ngx-editor-imageupload
TypeScript icon, indicating that this package has built-in type declarations

4.2.0 • Public • Published

NgxEditor

ngxEditor

A Simple WYSIWYG Editor for Angular 6 Applications.

Build Status npm version npm licence

Getting Started

Installation

Install via Package managers such as npm or yarn

npm install ngx-editor --save
# or 
yarn add ngx-editor

Usage

Import ngx-editor module

import { NgxEditorModule } from 'ngx-editor';
 
@NgModule({
  imports: [ NgxEditorModule ]
})

Import font-awesome into your application

This is a modified version of ngx-editor with image upload feature

<app-ngx-editor (uploadImage)="myCustomFunction($event)" [uploadedImagePath]="uploadedImagePath" [placeholder]="'Enter text here...'" [spellcheck]="true" [(ngModel)]="htmlContent"></app-ngx-editor>

For ngModel to work, You must import FormsModule from @angular/forms

PeerDependencies

ngx-editor depeneds on the following libraries to work.

Compatibility

All Evergreen-Browsers are supported

  • Google Chrome
  • Microsoft Edge
  • Mozilla Firefox
  • Opera

Demo

Demo at stackblitz ngx-editor

Documentation

Documentation is auto-generated using compodoc, and can be viewed here: https://sibiraj-s.github.io/ngx-editor/

Package Sidebar

Install

npm i ngx-editor-imageupload

Weekly Downloads

7

Version

4.2.0

License

MIT

Unpacked Size

918 kB

Total Files

48

Last publish

Collaborators

  • biswait50