1.0.10 • Published 5 years ago

@hi-level/ngb-editor v1.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago