@hi-level/ngb-editor

WYSIWYG Editor for Angular Applications

Usage no npm install needed!

<script type="module">
  import hiLevelNgbEditor from 'https://cdn.skypack.dev/@hi-level/ngb-editor';
</script>

README

NgbEditor

Getting Started

Installation

Install via Package managers such as npm or yarn

npm install @hi-level/ngb-editor --save
# or
yarn add @hi-level/ngb-editor

Usage

Import ngb-editor module

import { NgbEditorModule } from '@hi-level/ngb-editor';

@NgModule({
  imports: [ NgbEditorModule ]
})

Import Font-Awesome into your application

Import ng-bootstrap into your application

Then in HTML

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

PeerDependencies

ngb-editor depends on the following libraries to work.