1.0.13 • Published 4 years ago

ngx-editor-custom v1.0.13

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

NgxEditorCustom

Fix problem with build

# npm i
# npm rebuild node-sass 
# npm uninstall -g angular-cli @angular/cli
# npm cache clean --force
# npm install -g @angular/cli@6

Installation

Install via Package managers such as npm or yarn

npm install ngx-editor-custom --save

Usage

Import ngx-editor-custom module

import { NgxEditorCustomModule } from 'ngx-editor-custom';

@NgModule({
  imports: [ NgxEditorCustomModule ]
})

Import font-awesome into your application

Then in HTML

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

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

PeerDependencies

ngx-editor-custom depeneds on the following libraries to work.

Compatibility

All Evergreen-Browsers are supported

  • Google Chrome
  • Microsoft Edge
  • Mozilla Firefox
  • Opera
1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago