1.0.3 • Published 6 years ago
janissaries-html-editor v1.0.3
Janissaries Html Editor
Getting Started
Installation
Install via Package managers such as npm
npm install janissaries-html-editor --saveUsage
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