1.0.3 • Published 4 years ago

janissaries-html-editor v1.0.3

Weekly downloads
7
License
-
Repository
github
Last release
4 years ago

Janissaries Html Editor

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
1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago