ngx-editor-custom
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

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

Package Sidebar

Install

npm i ngx-editor-custom

Weekly Downloads

12

Version

1.0.13

License

MIT

Unpacked Size

1.1 MB

Total Files

48

Last publish

Collaborators

  • marger