janissaries-html-editor
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Janissaries Html Editor

A Simple HTML Editor for Angular 9 Applications.

npm version npm

Getting Started

Installation

Install via Package managers such as npm

npm install janissaries-html-editor --save

Usage

Import janissaries-html-editor module

import { JanissariesHtmlEditorModule } from 'janissaries-html-editor';

@NgModule({
  imports: [ JanissariesHtmlEditorModule ]
})

Import font-awesome into your application

Then in HTML

<janissaries-html-editor [placeholder]="'Enter text here...'" [spellcheck]="true" [(ngModel)]="htmlContent"></janissaries-html-editor>

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

PeerDependencies

janissaries-html-editor depeneds on the following libraries to work.

Compatibility

All Evergreen-Browsers are supported

  • Google Chrome
  • Microsoft Edge
  • Mozilla Firefox
  • Opera

Package Sidebar

Install

npm i janissaries-html-editor

Weekly Downloads

0

Version

1.0.3

License

none

Unpacked Size

831 kB

Total Files

49

Last publish

Collaborators

  • mavia.developer