1.0.10 • Published 6 years ago

@hi-level/ngb-editor v1.0.10

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

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.

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago