ngx-editor-custom
v1.0.13
Published
WYSIWYG Editor for Angular Applications
Downloads
51
Maintainers
Readme
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][npm] or [yarn][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